summaryrefslogtreecommitdiff
path: root/editors/mule/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-01 16:45:35 +0000
committerwiz <wiz>2014-06-01 16:45:35 +0000
commit0c702b17e0328e10a2aa8c2e944b799590c66818 (patch)
tree0d61adb8e7fcf19867b4dabcbc2b6158293b816d /editors/mule/Makefile
parent105fbb5adc2c1450fed2f9bb65295f8a9b8c836a (diff)
downloadpkgsrc-0c702b17e0328e10a2aa8c2e944b799590c66818.tar.gz
Update reference to font installation path. Bump PKGREVISION.
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r--editors/mule/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 04aeeddeeff..711544fe639 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2013/04/06 20:27:20 rodent Exp $
+# $NetBSD: Makefile,v 1.50 2014/06/01 16:45:35 wiz Exp $
DISTNAME= mule-2.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/
@@ -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}/lib/X11/fonts/intlfonts/bdf
+CONFIGURE_ARGS+= --bdf-path=${X11PREFIX}/share/fonts/X11/intlfonts/bdf
.include "options.mk"