diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2016-03-10 18:26:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2016-03-10 18:26:20 +0000 |
commit | ac7e1b3132c27bb1536bb661ee289970a0467971 (patch) | |
tree | e53edfca4ee55403ceb177f7db793ff522b0df3d /x11 | |
parent | c1d9f32b40b2050946b124d511d15c6dd324c295 (diff) | |
download | ports-ac7e1b3132c27bb1536bb661ee289970a0467971.tar.gz ports-ac7e1b3132c27bb1536bb661ee289970a0467971.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 70af1d940fef..8e8be41fd459 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -3,6 +3,7 @@ PORTNAME= xterm PORTVERSION= 323 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ LOCAL/ehaupt:src1 LOCAL/ehaupt:src2 @@ -21,6 +22,7 @@ USE_XORG= xft GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-utempter --enable-narrowproto +CONFIGURE_ENV+= cf_cv_posix_source=no CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |