diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-15 06:28:36 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-15 06:28:36 +0800 |
commit | 0284a637838b305c163b40912a3ea92a141fa104 (patch) | |
tree | 4614d1badea0ce86ea1e6e8e6fad3f7da0492ab6 | |
parent | 97d71f555b9b2380c2d1924a4fb7aa19672bb964 (diff) | |
download | freebsd-ports-gnome-0284a637838b305c163b40912a3ea92a141fa104.tar.gz freebsd-ports-gnome-0284a637838b305c163b40912a3ea92a141fa104.tar.zst freebsd-ports-gnome-0284a637838b305c163b40912a3ea92a141fa104.zip |
Remove USE_GCC=any: builds properly with clang
-rw-r--r-- | graphics/grafx2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index d0a22f3ef680..90d2ef05a692 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ png15:${PORTSDIR}/graphics/png USES= gmake pkgconfig -USE_GCC= any USE_SDL= sdl image WRKSRC= ${WRKDIR}/${PORTNAME}/src |