diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-09 05:26:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-09 05:26:08 +0000 |
commit | 56db4883bd0d9d84271d32e667ab24e0cc6b6605 (patch) | |
tree | b740a3b05b637b99027495ab65316026acbd9abf /x11 | |
parent | 22228a80670db640211701a67e3d86310142c22c (diff) | |
download | pkgsrc-56db4883bd0d9d84271d32e667ab24e0cc6b6605.tar.gz |
Use force on imake to keep it from installing fonts in /usr/X11R7 with
native X.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x3270/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 7e14bfe59c6..b1efbcc3191 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -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} |