diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-06-12 21:08:10 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-06-12 21:08:10 +0800 |
commit | 4aca39322b6d46141b65535e41577d2383765e6a (patch) | |
tree | e44e2fee1910db10fa70062c866da11dc41c98c1 | |
parent | 420b03290b70b71a0a94aaa16c8c03c0c006b088 (diff) | |
download | freebsd-ports-gnome-4aca39322b6d46141b65535e41577d2383765e6a.tar.gz freebsd-ports-gnome-4aca39322b6d46141b65535e41577d2383765e6a.tar.zst freebsd-ports-gnome-4aca39322b6d46141b65535e41577d2383765e6a.zip |
- 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)
-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 |