aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pacpl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 14:33:41 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 14:33:41 +0800
commite285eb171c0673d83a8ed46585aacb62565c4428 (patch)
tree559123400078146e09fa0cab71ad15289e61eb0b /audio/pacpl
parent789a01661a7a5e73cc9ba7171dc6466c405a84ca (diff)
downloadfreebsd-ports-gnome-e285eb171c0673d83a8ed46585aacb62565c4428.tar.gz
freebsd-ports-gnome-e285eb171c0673d83a8ed46585aacb62565c4428.tar.zst
freebsd-ports-gnome-e285eb171c0673d83a8ed46585aacb62565c4428.zip
Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself
Feature safe: yes
Diffstat (limited to 'audio/pacpl')
-rw-r--r--audio/pacpl/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile
index 63a56d9297a8..81f12bb00143 100644
--- a/audio/pacpl/Makefile
+++ b/audio/pacpl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pacpl
-# Date created: 21 July 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pacpl
PORTVERSION= 4.0.5
@@ -19,7 +15,7 @@ USE_PERL5_RUN= yes
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
-OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG GOGO \
+OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG \
LAME LAUDIO SNDFILE LPAC APE APETAG MP3TAG MP4TAG \
MPP MPLAYER OPTIMFROG VORBIS VORBISTAG SHORTEN \
SOX SPEEX TOOLAME TTA WAVPACK WMATAG KDE4 AMAROK NORELANGS \
@@ -110,10 +106,6 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
RUN_DEPENDS+= p5-Audio-FLAC-Header>0:${PORTSDIR}/audio/p5-Audio-FLAC-Header
.endif
-.if ${PORT_OPTIONS:MGOGO}
-RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
-.endif
-
.if ${PORT_OPTIONS:MLAME}
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
.endif