diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-12 18:10:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-12 18:10:14 +0000 |
commit | 3dfb098f1527453611a4608cdfdb7f5a71150742 (patch) | |
tree | 14edd6b193fed81116dd97dedb4e0a809e353959 /editors | |
parent | 7d04de62b8ed0459d47a7ae9fb882914505108f1 (diff) | |
download | pkgsrc-3dfb098f1527453611a4608cdfdb7f5a71150742.tar.gz |
Buildlinkify.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index aa6643d5af9..bbf85c7ba72 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:17:59 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/12/12 18:10:14 wiz Exp $ DISTNAME= gnotepad+-1.3.3 PKGNAME= ${DISTNAME:S/+//} @@ -10,14 +10,16 @@ HOMEPAGE= http://gnotepad.sourceforge.net/ COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X11 BUILD_USES_MSGFMT= yes -DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core USE_X11BASE= YES USE_GMAKE= YES -USE_LIBINTL= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= # defined +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../x11/gnome-core/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |