summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-08 09:36:51 +0000
committeragc <agc@pkgsrc.org>2002-01-08 09:36:51 +0000
commit8ddadc7e0ea13de8208f22aa6f656983c10d0b99 (patch)
tree808fe238a084474047dfa99456a9e6b69bf77d93 /editors/mule
parente7d109a6826a71bdef0be25789a49353c391450b (diff)
downloadpkgsrc-8ddadc7e0ea13de8208f22aa6f656983c10d0b99.tar.gz
Remove references to the USE_LOCALBASE_FOR_X11 definition, which was
removed some time ago.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index a1a258a63cf..fc34c595cb7 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:00 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/01/08 09:36:51 agc Exp $
DISTNAME= mule-2.3
CATEGORIES= editors
@@ -30,12 +30,6 @@ CONFIGURE_ARGS+= --terminal-face --mcpath
CONFIGURE_ARGS+= --valbits=26
.endif
-# Find X11 libraries with xpkgwedge
-.if defined(USE_LOCALBASE_FOR_X11)
-CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/inc
-lude
-.endif
-
.if !defined(USE_WNN4) || ${USE_WNN4} == YES
CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${LOCALBASE}/include/wnn --wnn-libraries=${LOCALBASE}/lib
.endif