diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-04-16 11:43:10 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-04-16 11:43:10 +0000 |
commit | 1121299f31cd2ec70f4e5a2299ec1d7539dee961 (patch) | |
tree | eae638a143e93b8edcfed30ce8ec97ac651a42f5 /audio | |
parent | d61c1032b5c0f5fd223fcb6dc9f9328d55c55073 (diff) | |
download | ports-1121299f31cd2ec70f4e5a2299ec1d7539dee961.tar.gz ports-1121299f31cd2ec70f4e5a2299ec1d7539dee961.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index c8c63caec7b4..ede7b8fd6f76 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -27,6 +27,7 @@ COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio WANT_GNOME= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ENV= USE_INET6=yes .if defined(WITH_ICONV) MAKE_ARGS+= WITH_ICONV=yes @@ -47,10 +48,6 @@ PLIST_FILES= bin/mpg123 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400014 -MAKE_ENV+= USE_INET6=yes -.endif - .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound ALL_TARGET= freebsd-esd |