diff options
author | oliver <oliver@FreeBSD.org> | 2012-06-23 06:41:58 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-06-23 06:41:58 +0800 |
commit | 3173c327dfc4db6f204b255fb5d3bad0b765a19b (patch) | |
tree | 89f17470fd56d9e54ad03341928031848497b159 /multimedia | |
parent | 28febb1247cb3e7241b6af468ea84f3f4f562088 (diff) | |
download | freebsd-ports-gnome-3173c327dfc4db6f204b255fb5d3bad0b765a19b.tar.gz freebsd-ports-gnome-3173c327dfc4db6f204b255fb5d3bad0b765a19b.tar.zst freebsd-ports-gnome-3173c327dfc4db6f204b255fb5d3bad0b765a19b.zip |
remove GCC=4.6 as this was only for testing
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index d60ad15cc82a..d033abdd862c 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://distfiles.audacious-media-player.org/ MAINTAINER= oliver@FreeBSD.org COMMENT= A media player based on BMP and XMMS -USE_GCC= 4.6 - LIB_DEPENDS= mcs.1:${PORTSDIR}/devel/libmcs \ mowgli.2:${PORTSDIR}/devel/libmowgli \ xml2.5:${PORTSDIR}/textproc/libxml2 |