diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:45:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:45:35 +0000 |
commit | 4fea130f7432e601cb43494186c35af072d9cecc (patch) | |
tree | 0d61adb8e7fcf19867b4dabcbc2b6158293b816d /editors/mule | |
parent | 668b3812d0cb210b5b77ef4d775eca1e10e92654 (diff) | |
download | pkgsrc-4fea130f7432e601cb43494186c35af072d9cecc.tar.gz |
Update reference to font installation path. Bump PKGREVISION.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 6 |
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" |