diff options
author | oliver <oliver@FreeBSD.org> | 2012-05-11 22:33:48 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-05-11 22:33:48 +0800 |
commit | b6eead426253218dc593284f3f24b56b2217eac1 (patch) | |
tree | 5f064d9e76ad136d8a516c2c54fae0eea857d169 /audio/mp3splt-gtk/Makefile | |
parent | 14898adaf3d34fdbc77006e95b74d7e8f12c07f8 (diff) | |
download | freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.tar.gz freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.tar.zst freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.zip |
remove audacious support as my last multimedia/audacious
update renders this port BROKEN.
Diffstat (limited to 'audio/mp3splt-gtk/Makefile')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index c61584331227..e6787cc4d857 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -6,14 +6,13 @@ PORTNAME= mp3splt-gtk PORTVERSION= 0.5.7a -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu COMMENT= Utility to split mp3 and ogg files (via GTK Interface) -BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ mad.2:${PORTSDIR}/audio/libmad \ ogg.7:${PORTSDIR}/audio/libogg \ @@ -22,10 +21,11 @@ LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ USE_AUTOTOOLS= libltdl USE_GSTREAMER= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-includes=${LOCALBASE}/include --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest +CONFIGURE_ARGS+=--disable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-includes=${LOCALBASE}/include --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest MAN1= mp3splt-gtk.1 |