diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
commit | 6c2493644bfb89d4c4b38e8b65084cf955355428 (patch) | |
tree | a1680da31b8b0ba0e16646d3ac45e97ccc4eabf6 /x11 | |
parent | 25a005d80db0fa0ca4c020d85bb35b5857cddf91 (diff) | |
download | freebsd-ports-6c2493644bfb89d4c4b38e8b65084cf955355428.zip |
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/padkey/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile index 93a821061110..05489aa7ba4c 100644 --- a/x11/padkey/Makefile +++ b/x11/padkey/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.liquidx.org/padkey/releases/dist/ MAINTAINER= tlp@liquidx.org COMMENT= Use an authentic SNES controller to play games -USE_GZIP= yes USE_XLIB= yes USE_X_PREFIX= yes |