aboutsummaryrefslogtreecommitdiff
path: root/audio/grip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:33:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:33:41 +0000
commite32eca5754728d23931ad3252a59ef4da9ffcadd (patch)
tree559123400078146e09fa0cab71ad15289e61eb0b /audio/grip
parent61bc79f38cddca08e515b384af62c80b461e9017 (diff)
downloadports-e32eca5754728d23931ad3252a59ef4da9ffcadd.tar.gz
ports-e32eca5754728d23931ad3252a59ef4da9ffcadd.zip
Notes
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