diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 17:56:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 17:56:05 +0000 |
commit | 98e7dbee36cb6ce8251fed4d07a6adaa02a0501e (patch) | |
tree | 7d2c211b1d5e1a2a5b6cb62ab425918a4520cf28 /devel | |
parent | f69aaef3d9d005042949a9fa529ec8b63571cf55 (diff) | |
download | pkgsrc-98e7dbee36cb6ce8251fed4d07a6adaa02a0501e.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 4 | ||||
-rw-r--r-- | devel/libstroke/pkg/PLIST | 8 | ||||
-rw-r--r-- | devel/lwp/Makefile | 4 | ||||
-rw-r--r-- | devel/lwp/pkg/PLIST | 4 |
4 files changed, 11 insertions, 9 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index f76e754d7a6..19300132c2b 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/14 17:56:05 wiz Exp $ # DISTNAME= libstroke-0.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.etla.net/libstroke/ DEPENDS+= tcl-8.0.5:../../lang/tcl80 GNU_CONFIGURE= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES USE_X11= YES CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0" diff --git a/devel/libstroke/pkg/PLIST b/devel/libstroke/pkg/PLIST index 2cb1296f904..9b71451cdb1 100644 --- a/devel/libstroke/pkg/PLIST +++ b/devel/libstroke/pkg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:56:08 wiz Exp $ bin/stroke_test -lib/libstroke.so.0.3 lib/libstroke.a -lib/libstroke_tcl.so.0.3 +lib/libstroke.la +lib/libstroke.so.0.3 lib/libstroke_tcl.a +lib/libstroke_tcl.la +lib/libstroke_tcl.so.0.3 diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 1a3fb266ee6..fe92ba2e871 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/24 22:04:05 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/14 18:00:24 wiz Exp $ # DISTNAME= lwp-1.1 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ NOT_FOR_PLATFORM= *-*-mips* GNU_CONFIGURE= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/devel/lwp/pkg/PLIST b/devel/lwp/pkg/PLIST index 80b0ee6b856..d4da9267760 100644 --- a/devel/lwp/pkg/PLIST +++ b/devel/lwp/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/29 09:45:10 fredb Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/14 18:00:26 wiz Exp $ include/lwp/lock.h include/lwp/lwp.h include/lwp/preempt.h include/lwp/timer.h @dirrm include/lwp lib/liblwp.a -@comment -- not yet -- lib/liblwp.la +lib/liblwp.la lib/liblwp.so.1.0 |