summaryrefslogtreecommitdiff
path: root/editors/nedit/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-17 17:11:48 +0000
committeragc <agc@pkgsrc.org>2002-01-17 17:11:48 +0000
commitf25f6082c1f87ef053754506d5eec35904198424 (patch)
tree8cededf654210434dd4533a1a8179a34b0182090 /editors/nedit/Makefile
parentbd9f7cc1ff3b28c5a6a8f32477a2f6391cf8a983 (diff)
downloadpkgsrc-f25f6082c1f87ef053754506d5eec35904198424.tar.gz
Don't hardcode /usr/X11R6 in the makefile - use ${X11BASE} instead.
Also, pass down ${_MOTIFBASE} from the package makefile during the build, and use it in the Makefiles. Fixes PR 15277 from Hiramatsu Yoshifumi, hiramatu@boreas.dti.ne.jp, albeit in a different way to the fix in the PR.
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r--editors/nedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index ecbccb4ec5f..98f634e6df5 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/12/19 01:23:09 mjl Exp $
+# $NetBSD: Makefile,v 1.21 2002/01/17 17:11:48 agc Exp $
VERS= 5.2
DISTNAME= nedit-${VERS}-src
@@ -12,6 +12,7 @@ COMMENT= Motif based standard GUI style text editor
USE_BUILDLINK_ONLY= YES
ALL_TARGET= netbsd
+MAKE_ENV+= _MOTIFBASE=${_MOTIFBASE}
WRKSRC= ${WRKDIR}/${PKGNAME}