diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-07-07 21:41:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-07-07 21:41:57 +0800 |
commit | d4007708bf1bd00610250a11b5c472ca23fc2be0 (patch) | |
tree | b62f527cbcfe54d1ccefdbf42594299959359a32 /audio/libmodplug | |
parent | 34aeddbb8c25948b17de0182c95022a391b4ec90 (diff) | |
download | freebsd-ports-gnome-d4007708bf1bd00610250a11b5c472ca23fc2be0.tar.gz freebsd-ports-gnome-d4007708bf1bd00610250a11b5c472ca23fc2be0.tar.zst freebsd-ports-gnome-d4007708bf1bd00610250a11b5c472ca23fc2be0.zip |
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
Diffstat (limited to 'audio/libmodplug')
-rw-r--r-- | audio/libmodplug/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 8ea7026aa5e1..d0fc0dd4a972 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= modplug-xmms MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USE_GCC= 3.2+ USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= pkgconfig |