diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 18:57:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 18:57:20 +0800 |
commit | a54d5bf59b46e8b39cec387b52d14bd6ce4a1e7e (patch) | |
tree | 88e0cbd9f9f42ed8fb36020e24a91718bd70fb8c /x11-clocks | |
parent | 07163db8b629b0ccb2702a7a1f5266f99ec5fc8d (diff) | |
download | freebsd-ports-gnome-a54d5bf59b46e8b39cec387b52d14bd6ce4a1e7e.tar.gz freebsd-ports-gnome-a54d5bf59b46e8b39cec387b52d14bd6ce4a1e7e.tar.zst freebsd-ports-gnome-a54d5bf59b46e8b39cec387b52d14bd6ce4a1e7e.zip |
Remove USE_GCC=any: builds properly with clang
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/swisswatch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile index 952b83433f6a..83675a91f094 100644 --- a/x11-clocks/swisswatch/Makefile +++ b/x11-clocks/swisswatch/Makefile @@ -12,7 +12,6 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= Swiss railway clock emulation, and a fancy default appearance USES= imake -USE_GCC= any USE_XORG= ice sm x11 xext xmu xt MAN1= swisswatch.1 |