aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-12 05:04:35 +0800
committerErwin Lansing <erwin@FreeBSD.org>2006-06-12 05:04:35 +0800
commit6c2493644bfb89d4c4b38e8b65084cf955355428 (patch)
treea1680da31b8b0ba0e16646d3ac45e97ccc4eabf6 /audio
parent25a005d80db0fa0ca4c020d85bb35b5857cddf91 (diff)
downloadfreebsd-ports-6c2493644bfb89d4c4b38e8b65084cf955355428.tar.gz
freebsd-ports-6c2493644bfb89d4c4b38e8b65084cf955355428.tar.zst
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
Notes
Notes: svn path=/head/; revision=165142
Diffstat (limited to 'audio')
-rw-r--r--audio/py-openal/Makefile1
-rw-r--r--audio/py-sdl_mixer/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile
index a65d3d4e77e5..d663c9b3b0b7 100644
--- a/audio/py-openal/Makefile
+++ b/audio/py-openal/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
DIST_SUBDIR= python
-USE_GZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/PyOpenAL-${PORTVERSION}
diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile
index d4f32de7b432..f11b532fecb2 100644
--- a/audio/py-sdl_mixer/Makefile
+++ b/audio/py-sdl_mixer/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal
DIST_SUBDIR= python
-USE_GZIP= yes
USE_SDL= sdl mixer
USE_PYTHON= yes
USE_PYDISTUTILS=yes