summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-06-21 00:55:08 +0000
committerjlam <jlam@pkgsrc.org>2000-06-21 00:55:08 +0000
commitec0a588d1eee2f312e487017d1dd7294bf2bbcc5 (patch)
tree568327ab314460d3ceb3186f88ca63835a4bd144 /graphics/gd/Makefile
parent4a7d9fc8d442a749f3206a1ea2f150b5e25f6a5a (diff)
downloadpkgsrc-ec0a588d1eee2f312e487017d1dd7294bf2bbcc5.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r--graphics/gd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 934f1f22ac7..d0aaf269fc9 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/06/14 16:33:46 he Exp $
+# $NetBSD: Makefile,v 1.18 2000/06/21 00:55:08 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
@@ -14,10 +14,10 @@ DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= xpm-*:../../graphics/xpm
DEPENDS+= jpeg-*:../../graphics/jpeg
-USE_PKGLIBTOOL= yes
-USE_X11= yes
+USE_X11= # defined
+USE_LIBTOOL= # defined
-NO_CONFIGURE= yes
+NO_CONFIGURE= # defined
.include "../../mk/bsd.prefs.mk"