diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-15 17:13:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-15 17:13:55 +0000 |
commit | a75676ed34b131dcdb756128074b0ec8a5c03361 (patch) | |
tree | e3d18110e066138bf56b7aa402acec5c2646aeef /x11/chameleon | |
parent | 0e7de4a648eabe51c09da08a76a1d53410364032 (diff) | |
download | ports-a75676ed34b131dcdb756128074b0ec8a5c03361.tar.gz ports-a75676ed34b131dcdb756128074b0ec8a5c03361.zip |
Remove non-existent USE_GUNZIP
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=165515
Diffstat (limited to 'x11/chameleon')
-rw-r--r-- | x11/chameleon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 9d3f2c293b06..3580a29b06c8 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -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_GUNZIP= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |