diff options
author | wiz <wiz> | 2000-08-14 19:14:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 19:14:40 +0000 |
commit | b85ddd9978dd1877214c21b11fbbd1771505e829 (patch) | |
tree | 47d9e7fb1fed83bd7b01a4eb2571ed7df9d79be7 /graphics | |
parent | cc3890b251d705180582cf8b7c8f1aed8a62dfd7 (diff) | |
download | pkgsrc-b85ddd9978dd1877214c21b11fbbd1771505e829.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgdgeda/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index 2a600a2f635..6c1036dff68 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:30 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/14 19:14:40 wiz Exp $ # DISTNAME= libgdgeda-1.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.geda.seul.org/ DEPENDS+= png>=1.0.6:../../graphics/png GNU_CONFIGURE= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/graphics/libgdgeda/pkg/PLIST b/graphics/libgdgeda/pkg/PLIST index b614b491fc5..587d2b75571 100644 --- a/graphics/libgdgeda/pkg/PLIST +++ b/graphics/libgdgeda/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 17:33:02 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/14 19:14:41 wiz Exp $ bin/libgdgeda-config include/gdgeda/gd.h include/gdgeda/gd_io.h @@ -10,5 +10,6 @@ include/gdgeda/gdfontt.h include/gdgeda/mtables.h include/gdgeda/gdcache.h lib/libgdgeda.a +lib/libgdgeda.la lib/libgdgeda.so.3.0 @dirrm include/gdgeda |