diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-17 21:29:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-17 21:29:40 +0800 |
commit | 81c645a8712edd250ef86c033145c30144c07199 (patch) | |
tree | d67138c5e6cad8b281578d818b1a7698fba19069 | |
parent | 11db927d397226f36502e9bacda4b5b11cbf74f4 (diff) | |
download | freebsd-ports-gnome-81c645a8712edd250ef86c033145c30144c07199.tar.gz freebsd-ports-gnome-81c645a8712edd250ef86c033145c30144c07199.tar.zst freebsd-ports-gnome-81c645a8712edd250ef86c033145c30144c07199.zip |
- Remove USE_GCC - builds fine with clang
-rw-r--r-- | x11-toolkits/fox17/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index cd5495b5aee9..34f7a523f6f5 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -21,7 +21,6 @@ MAJORVER= ${PORTVERSION:R} PLIST_SUB+= MAJORVER=${MAJORVER} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER} -USE_GCC= 4.4+ USE_GL= glut USE_XORG= sm USE_GNOME= gnomehack |