diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 14:01:53 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 14:01:53 +0000 |
commit | 94af29f3b5fad1c1f2bb0911ec460cfff4308581 (patch) | |
tree | 152ce21a583c0e1fdc5766f2aed718c48ef1d63a /devel/maketool | |
parent | cab3a9af41868328a2d16b3f0dbf3f48574cc5d3 (diff) | |
download | pkgsrc-94af29f3b5fad1c1f2bb0911ec460cfff4308581.tar.gz |
o converted to use buildlink.mk
Diffstat (limited to 'devel/maketool')
-rw-r--r-- | devel/maketool/Makefile | 9 |
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" |