aboutsummaryrefslogtreecommitdiffstats
path: root/audio/grip
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/grip
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/grip')
-rw-r--r--audio/grip/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index 0144c1d83583..bf1104be16ab 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: grip
-# Date created: 31 May 2000
-# Whom: kbyanc@posi.net
-#
+# Created by: kbyanc@posi.net
# $FreeBSD$
# $MCom: ports/audio/grip/Makefile,v 1.4 2007/05/19 21:35:57 marcus Exp $
@@ -24,7 +21,7 @@ USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC GOGO
+OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC
OPTIONS_DEFAULT= CDPARANOIA VORBIS
.if !defined(PACKAGE_BUILDING)
@@ -58,10 +55,6 @@ RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac
RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
.endif
-.if ${PORT_OPTIONS:MGOGO}
-RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
-.endif
-
.if ${PORT_OPTIONS:MLAME}
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
.endif