diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-17 19:57:22 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-17 19:57:22 +0000 |
commit | 4e2e1beedc7b284588635d66ba24d4301ddf5646 (patch) | |
tree | 976b106551a2e619206378e9506a9b84938a5b76 /x11-wm/jwm/Makefile | |
parent | 9677e5537f43752a2b22ceae2acafdf8904f830a (diff) |
Notes
Diffstat (limited to 'x11-wm/jwm/Makefile')
-rw-r--r-- | x11-wm/jwm/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 502d788f8b4b..04e34661c610 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jwm -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/programs/jwm/releases/ @@ -11,8 +11,7 @@ COMMENT= Joe's Window Manager LICENSE= GPLv2 -USE_XZ= yes -USES= pkgconfig +USES= pkgconfig tar:xz USE_XORG= x11 GNU_CONFIGURE= yes @@ -57,15 +56,15 @@ XRENDER_CONFIGURE_ENABLE=xrender .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXFT} && empty(PORT_OPTIONS:MXRENDER) -IGNORE= XFT support requires XRENDER +IGNORE= the XFT support requires XRENDER .endif .if ${PORT_OPTIONS:MXMU} && empty(PORT_OPTIONS:MXEXT) -IGNORE= XMU support requires XEXT +IGNORE= the XMU support requires XEXT .endif .if ${PORT_OPTIONS:MXPM} && empty(PORT_OPTIONS:MXEXT) -IGNORE= XPM support requires XEXT +IGNORE= the XPM support requires XEXT .endif post-patch: |