summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-06-21 00:55:08 +0000
committerjlam <jlam>2000-06-21 00:55:08 +0000
commitbb0b71f50ef27ae5172fc9ea9466f719e0dad562 (patch)
tree568327ab314460d3ceb3186f88ca63835a4bd144 /graphics/gd/Makefile
parentc49dc37c73c3c0adf4976c7a9e584c6a91fad44d (diff)
downloadpkgsrc-bb0b71f50ef27ae5172fc9ea9466f719e0dad562.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"