diff options
-rw-r--r-- | net/scotty/Makefile | 4 | ||||
-rw-r--r-- | net/scotty/pkg/PLIST | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index a007fffaff4..7a8d897abbf 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:37 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/08/14 23:37:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -15,7 +15,7 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ --with-tk-config=${PREFIX}/lib/tk8.0 -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/net/scotty/pkg/PLIST b/net/scotty/pkg/PLIST index f033944a73c..d04e9b1f995 100644 --- a/net/scotty/pkg/PLIST +++ b/net/scotty/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 1999/01/19 03:28:53 abs Exp $ +@comment $NetBSD: PLIST,v 1.10 2000/08/14 23:37:56 wiz Exp $ bin/ntping bin/straps bin/scotty @@ -206,6 +206,7 @@ lib/tnm2.1.8/examples/pcnfs.n lib/tnm2.1.8/examples/mibgrep lib/tnm2.1.8/examples/mibgrep.n lib/libtnm2.1.8.a +lib/libtnm2.1.8.la lib/libtnm2.1.8.so.1.0 lib/tkined1.4.8/pkgIndex.tcl lib/tkined1.4.8/tkined.defaults @@ -362,8 +363,9 @@ lib/tkined1.4.8/apps/usa-map.xbm lib/tkined1.4.8/apps/germany-map.xbm lib/tkined1.4.8/apps/locations lib/tkined1.4.8/apps/tclIndex -lib/libtkined1.4.8.so.1.0 lib/libtkined1.4.8.a +lib/libtkined1.4.8.la +lib/libtkined1.4.8.so.1.0 @dirrm lib/tkined1.4.8/library @dirrm lib/tkined1.4.8/bitmaps @dirrm lib/tkined1.4.8/apps |