summaryrefslogtreecommitdiff
path: root/devel/maketool
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-29 04:54:49 +0000
committerjlam <jlam>2001-06-29 04:54:49 +0000
commit7748c7e1a80c4e81c53ea9564bd97acb9a46125b (patch)
tree0f7f2aeb7ecca34d147342f726930d3cafaae39e /devel/maketool
parent1223c4507005ff3f9f49492c3250c007e2945af5 (diff)
downloadpkgsrc-7748c7e1a80c4e81c53ea9564bd97acb9a46125b.tar.gz
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'devel/maketool')
-rw-r--r--devel/maketool/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index 1401fa7a5e6..2ac4a12913f 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/06/26 14:01:53 zuntum Exp $
+# $NetBSD: Makefile,v 1.15 2001/06/29 04:54:51 jlam Exp $
#
DISTNAME= maketool-0.6.1
@@ -11,14 +11,13 @@ HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/
COMMENT= Graphical front end to GNU make
USE_BUILDLINK_ONLY= YES
-USE_CONFIG_WRAPPER= YES
BUILD_USES_MSGFMT= YES
USE_GMAKE= yes
-USE_LIBINTL= yes
USE_X11= yes
GNU_CONFIGURE= yes
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"