summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-12 02:27:55 +0000
committerjlam <jlam@pkgsrc.org>2001-09-12 02:27:55 +0000
commit59e85b2d0ec582f6bc850d2707756cccd1a4fffc (patch)
treebd4dfcae46a8cc83d74673fbe17463abda44ba70 /editors/nedit
parentaa1a2e30b0c4b98e6f1a01a2bf8f2e3b19fd8987 (diff)
downloadpkgsrc-59e85b2d0ec582f6bc850d2707756cccd1a4fffc.tar.gz
Use x11.buildlink.mk instead of USE_X11.
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 01720d4732c..e8d31965630 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/09/08 19:55:42 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/09/12 02:27:56 jlam Exp $
DISTNAME= nedit-5.1.1-src
PKGNAME= nedit-5.1.1
@@ -12,8 +12,6 @@ COMMENT= Motif based standard GUI style text editor
USE_BUILDLINK_ONLY= YES
ALL_TARGET= netbsd
-CFLAGS+= -I${X11BASE}/include
-
WRKSRC= ${WRKDIR}/${PKGNAME}
do-install:
@@ -26,4 +24,5 @@ do-install:
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/motif.buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"