diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-14 22:20:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-14 22:20:32 +0800 |
commit | 7d3b7bcef25daff627e5d46cfb64fecf6f6e012d (patch) | |
tree | 86b5f0ea476d3d550e43758cc01cc58562f3af4a /multimedia | |
parent | 9d53f1f1f24a44adc09d6f700b45cd9354064487 (diff) | |
download | freebsd-ports-gnome-7d3b7bcef25daff627e5d46cfb64fecf6f6e012d.tar.gz freebsd-ports-gnome-7d3b7bcef25daff627e5d46cfb64fecf6f6e012d.tar.zst freebsd-ports-gnome-7d3b7bcef25daff627e5d46cfb64fecf6f6e012d.zip |
Set USE_GCC to 'yes' instead of requesting 4.6+
Requested by: gerald
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index f68e51591d02..95016fd1a8cc 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ pcre:${PORTSDIR}/devel/pcre USES= gmake pkgconfig -USE_GCC= 4.6+ +USE_GCC= yes USE_GNOME= gtk20 USE_GSTREAMER= good INSTALLS_ICONS= yes |