Use force on imake to keep it from installing fonts in /usr/X11R7 with
native X.
This commit is contained in:
parent
7e666e75ef
commit
0c6db92e1d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2011/10/04 19:25:31 gls Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2011/10/09 05:26:08 dholland Exp $
|
||||
|
||||
DISTNAME= suite3270-3.3.12ga7-src
|
||||
PKGNAME= x3270-3.3.12ga7
|
||||
|
@ -19,6 +19,7 @@ USE_IMAKE= yes
|
|||
USE_TOOLS+= bdftopcf
|
||||
|
||||
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc
|
||||
IMAKEOPTS+= -DFontDir=${PREFIX}/lib/X11/fonts
|
||||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue