diff options
author | rh <rh> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-01 11:23:11 +0000 |
commit | df8780b4b147b3022572512cb673ca1324264fa1 (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /cad | |
parent | a3721b38f2ff82357431d20e83513ce5a48a749a (diff) | |
download | pkgsrc-df8780b4b147b3022572512cb673ca1324264fa1.tar.gz |
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gnetlist/Makefile | 4 | ||||
-rw-r--r-- | cad/gschem/Makefile | 4 | ||||
-rw-r--r-- | cad/gsymcheck/Makefile | 4 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 4 | ||||
-rw-r--r-- | cad/oregano/Makefile | 4 | ||||
-rw-r--r-- | cad/vipec/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index f02180640e7..f37ca8b4a8d 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:54 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $ # DISTNAME= gnetlist-${PKGVERSION} @@ -22,7 +22,7 @@ CONFLICTS+= gEDA<19991011 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES USE_GMAKE= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 453af70897b..1f6bdc32f8d 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:55 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $ # DISTNAME= gschem-${PKGVERSION} @@ -22,7 +22,7 @@ PKGVERSION= 20000220 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/cad/gsymcheck/Makefile b/cad/gsymcheck/Makefile index 9215698c03f..b1a2bb50ab0 100644 --- a/cad/gsymcheck/Makefile +++ b/cad/gsymcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:55 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $ # DISTNAME= gsymcheck-${PKGVERSION} @@ -22,7 +22,7 @@ PKGVERSION= 20000220 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index c2195d6f163..d7e15404899 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:56 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -23,7 +23,7 @@ DIST_SUBDIR= geda PKGVERSION= 20000220 GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES USE_X11BASE= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 50c865b066d..3a029c327c3 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:16 rh Exp $ # DISTNAME= oregano-0.11 @@ -14,7 +14,7 @@ DEPENDS+= libglade-*:../../devel/libglade GNU_CONFIGURE= YES USE_X11BASE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 7dd118ddc20..6b68af91bdf 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/04/28 10:11:02 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2000/06/01 11:23:16 rh Exp $ # DISTNAME= vipec-2.0.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.netfold.com/~vipec/ DEPENDS+= qt2-2.0.2:../../x11/qt GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_X11= yes CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2" \ |