summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-01 16:45:35 +0000
committerwiz <wiz>2014-06-01 16:45:35 +0000
commit5877468a0fefff2ab50ea796ed43343b5608a110 (patch)
tree0d61adb8e7fcf19867b4dabcbc2b6158293b816d /editors
parentef4094de6b867eb9cb8a51afd306d6633ea56618 (diff)
downloadpkgsrc-5877468a0fefff2ab50ea796ed43343b5608a110.tar.gz
Update reference to font installation path. Bump PKGREVISION.
Diffstat (limited to 'editors')
-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"