diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /editors/mule | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 711544fe639..8c45f7da3bb 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/06/01 16:45:35 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2015/07/04 16:18:29 joerg Exp $ DISTNAME= mule-2.3 PKGREVISION= 8 @@ -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}/share/fonts/X11/intlfonts/bdf +CONFIGURE_ARGS+= --bdf-path=${PREFIX}/share/fonts/X11/intlfonts/bdf .include "options.mk" |