Update reference to font installation path. Bump PKGREVISION.
This commit is contained in:
parent
f17626244c
commit
0a07ed33cb
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue