diff options
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 67fe626516e0..7c6eaec720e5 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -18,16 +18,11 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-06-30 - -BROKEN= does not package - USE_IMAKE= yes USE_ICONV= yes USE_XORG= ice sm x11 xaw xext xmu xt GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-pr3287 --with-fontdir=local --disable-dbcs +CONFIGURE_ARGS+= --with-fontdir=${PREFIX}/lib/X11/fonts/local --disable-dbcs CONFIGURE_ENV= LIBS="-L${PREFIX}/lib" CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib |