summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/maketool/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index 5acca49872a..1401fa7a5e6 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/06/11 06:34:28 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2001/06/26 14:01:53 zuntum Exp $
#
DISTNAME= maketool-0.6.1
@@ -10,14 +10,15 @@ MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/
COMMENT= Graphical front end to GNU make
-BUILD_USES_MSGFMT= yes
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+BUILD_USES_MSGFMT= YES
USE_GMAKE= yes
USE_LIBINTL= yes
USE_X11= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"