diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 18:53:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 18:53:19 +0800 |
commit | 04e25807d23ff665089d08a1bc1390b7b16df938 (patch) | |
tree | d18ece9e2c107d1f8f91e64426a4d8cfe3f1f2c2 /x11 | |
parent | 6617ad27ff8fbb348145ef8c996406884c4fcfea (diff) | |
download | freebsd-ports-gnome-04e25807d23ff665089d08a1bc1390b7b16df938.tar.gz freebsd-ports-gnome-04e25807d23ff665089d08a1bc1390b7b16df938.tar.zst freebsd-ports-gnome-04e25807d23ff665089d08a1bc1390b7b16df938.zip |
Remove USE_GCC=any as it works properly with clang
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xsel-conrad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/xsel-conrad/Makefile b/x11/xsel-conrad/Makefile index f3d91c8762d1..28456447ec63 100644 --- a/x11/xsel-conrad/Makefile +++ b/x11/xsel-conrad/Makefile @@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell CONFLICTS_INSTALL= xsel-[0-9]* -USE_GCC= any USE_XORG= x11 xext xt xproto ice sm CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 |