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/libstroke | |
parent | f69aaef3d9d005042949a9fa529ec8b63571cf55 (diff) | |
download | pkgsrc-98e7dbee36cb6ce8251fed4d07a6adaa02a0501e.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 4 | ||||
-rw-r--r-- | devel/libstroke/pkg/PLIST | 8 |
2 files changed, 7 insertions, 5 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 |