diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-12 13:08:10 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-12 13:08:10 +0000 |
commit | 9ddfaf10968e5b9c1cc74c60cd4957d5c6003c55 (patch) | |
tree | 77f00988fd349a580f223e557ec597ccade9ed7d /x11/x3270 | |
parent | - Fix installation problems by changing how pid is checked (diff) |
- Unbreak by fixing location of fontdir
- Remove EXPIRATION/DEPRECATED/BROKEN
- No PORTREVISION bump
PR: ports/168410
Submitted by: larry bradford <la_bradford@cox.net>
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=299109
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 |