diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /x11/chameleon | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/chameleon')
-rw-r--r-- | x11/chameleon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 9ed309c971dd..5e135f1a1536 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -7,7 +7,7 @@ PORTNAME= chameleon PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://ftp.us.debian.org/debian/pool/main/c/chameleon/ \ ftp://carroll.aset.psu.edu/pub/linux/distributions/debian/pool/main/c/chameleon/ \ @@ -22,7 +22,6 @@ COMMENT= Application for putting pictures or colors onto the root window LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib USE_GNOME= gtk12 -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PIXMAPSDIR= ${PREFIX}/share/pixmaps/ |