diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 19:14:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 19:14:40 +0000 |
commit | 57d63ffb488d5e9bedf0476df05d532b5cbaebce (patch) | |
tree | 47d9e7fb1fed83bd7b01a4eb2571ed7df9d79be7 /graphics/libgdgeda/Makefile | |
parent | 136f08b6872580984afef7987516c5b07b8f4896 (diff) | |
download | pkgsrc-57d63ffb488d5e9bedf0476df05d532b5cbaebce.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL.
Diffstat (limited to 'graphics/libgdgeda/Makefile')
-rw-r--r-- | graphics/libgdgeda/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |