pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc There's no need to use 'USE_X11BASE' in electric p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7cf327f24c6
branches:  trunk
changeset: 467280:d7cf327f24c6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 12:33:58 2004 +0000

description:
There's no need to use 'USE_X11BASE' in electric package, we'll use
USE_X11 instead, bump PKGREVISION.

diffstat:

 cad/electric/Makefile |  5 +++--
 doc/CHANGES           |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r cb0563f9c8f9 -r d7cf327f24c6 cad/electric/Makefile
--- a/cad/electric/Makefile     Wed Jan 28 12:21:54 2004 +0000
+++ b/cad/electric/Makefile     Wed Jan 28 12:33:58 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:24:51 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/28 12:33:58 xtraeme Exp $
 #
 
 DISTNAME=      electric-6.05
+PKGREVISION=   1
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_GNU:=electric/}
 
@@ -10,7 +11,7 @@
 COMMENT=       Electrical CAD system
 
 USE_BUILDLINK2=                YES
-USE_X11BASE=           YES
+USE_X11=               YES
 GNU_CONFIGURE=         YES
 
 post-patch:
diff -r cb0563f9c8f9 -r d7cf327f24c6 doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 12:21:54 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 12:33:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4624 2004/01/28 12:23:18 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4625 2004/01/28 12:34:47 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -510,3 +510,4 @@
        Updated tla to 1.1 [recht 2004-01-28]
        Updated nedit to 5.4nb1 [xtraeme 2004-01-28]
        Updated dinotrace to 9.1knb1 [xtraeme 2004-01-28]
+       Updated electric to 6.05nb1 [xtraeme 2004-01-28]



Home | Main Index | Thread Index | Old Index