summaryrefslogtreecommitdiff
path: root/editors/mule/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2015-07-04 16:18:28 +0000
committerjoerg <joerg>2015-07-04 16:18:28 +0000
commit8960dd2c9e9e038c02b51ae70366143a898cfbf8 (patch)
treed8a48c8d2848b617581f63aeec6454f4736400cd /editors/mule/Makefile
parent2c5fdae53d07cdfa1ea603c2f1a3e31a5bc97703 (diff)
downloadpkgsrc-8960dd2c9e9e038c02b51ae70366143a898cfbf8.tar.gz
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r--editors/mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 711544fe639..8c45f7da3bb 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/06/01 16:45:35 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2015/07/04 16:18:29 joerg Exp $
DISTNAME= mule-2.3
PKGREVISION= 8
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --terminal-face --mcpath --canna-libraries=${PREFIX}/lib
.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64"
CONFIGURE_ARGS+= --valbits=26
.endif
-CONFIGURE_ARGS+= --bdf-path=${X11PREFIX}/share/fonts/X11/intlfonts/bdf
+CONFIGURE_ARGS+= --bdf-path=${PREFIX}/share/fonts/X11/intlfonts/bdf
.include "options.mk"