diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 19:39:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 19:39:42 +0800 |
commit | 21e99a5952fe64a72eef64192647d99a2e981592 (patch) | |
tree | eb497612b3f1005809c68535fb5abc4136fa1100 /graphics | |
parent | 7e13264e6cb56c7311f1295cf0f5f06b3bbba176 (diff) | |
download | freebsd-ports-gnome-21e99a5952fe64a72eef64192647d99a2e981592.tar.gz freebsd-ports-gnome-21e99a5952fe64a72eef64192647d99a2e981592.tar.zst freebsd-ports-gnome-21e99a5952fe64a72eef64192647d99a2e981592.zip |
Remove useless USE_GCC=any
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index fce87bb0980b..789637fdeb71 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ USES= imake USE_XORG= xi -USE_GCC= any WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER} MAN1= xli.1 xlito.1 |