diff options
author | schmonz <schmonz> | 2002-04-14 11:34:20 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-04-14 11:34:20 +0000 |
commit | fc4b1f82585a8fefd56860c5be41477b81e25316 (patch) | |
tree | 404380d2e7384c186a541921f01138cc46bd5294 /editors | |
parent | bcd0eaffd0da85d6a1d2c3c21f344574a27b49b8 (diff) | |
download | pkgsrc-fc4b1f82585a8fefd56860c5be41477b81e25316.tar.gz |
Strongly buildlinkify. Approved by garbled.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce-x11/Makefile | 5 | ||||
-rw-r--r-- | editors/ce/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile index 460c4ea3a1e..ee4b431602e 100644 --- a/editors/ce-x11/Makefile +++ b/editors/ce-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $ # .include "../ce/Makefile.common" @@ -6,8 +6,11 @@ PKGNAME= ce-x11-${VERSION} COMMENT+= , X11 version +USE_BUILDLINK_ONLY= # defined + ALL_TARGET= xce INSTALL_TARGET= install-x11 man-install-x11 +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ce/Makefile b/editors/ce/Makefile index 49194e9dfb6..70942a0306b 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 19:59:08 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $ # .include "Makefile.common" COMMENT+= , tty version +USE_BUILDLINK_ONLY= # defined + ALL_TARGET= ce INSTALL_TARGET= install man-install +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |