diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 03:18:10 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 03:18:10 +0800 |
commit | 64495d4f7000965b95d92b9f7393ee3994199799 (patch) | |
tree | c2bb37102a913767e61e3793cad8cd63aecc4bcf /x11-wm/sapphire | |
parent | 35e3d8ba3d043bbd998c7bd261fe421d7c7c52c7 (diff) | |
download | freebsd-ports-gnome-64495d4f7000965b95d92b9f7393ee3994199799.tar.gz freebsd-ports-gnome-64495d4f7000965b95d92b9f7393ee3994199799.tar.zst freebsd-ports-gnome-64495d4f7000965b95d92b9f7393ee3994199799.zip |
- Remove USE_X_PREFIX
- USE_XORG=x11 xext
- Bump PORTREVISION
Diffstat (limited to 'x11-wm/sapphire')
-rw-r--r-- | x11-wm/sapphire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile index e01ee5349296..309f0d9ae33c 100644 --- a/x11-wm/sapphire/Makefile +++ b/x11-wm/sapphire/Makefile @@ -7,15 +7,16 @@ PORTNAME= sapphire PORTVERSION= 0.15.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Small window manager +USE_XORG= x11 xext USE_GMAKE= yes REINPLACE_ARGS= -i '' -e -USE_X_PREFIX= yes MAKE_ENV= CC="${CXX}" post-extract: |