svn commit: r327266 - head/x11/xsel-conrad
Baptiste Daroussin
bapt at FreeBSD.org
Sat Sep 14 10:53:19 UTC 2013
Author: bapt
Date: Sat Sep 14 10:53:19 2013
New Revision: 327266
URL: http://svnweb.freebsd.org/changeset/ports/327266
Log:
Remove USE_GCC=any as it works properly with clang
Modified:
head/x11/xsel-conrad/Makefile
Modified: head/x11/xsel-conrad/Makefile
==============================================================================
--- head/x11/xsel-conrad/Makefile Sat Sep 14 10:52:22 2013 (r327265)
+++ head/x11/xsel-conrad/Makefile Sat Sep 14 10:53:19 2013 (r327266)
@@ -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
More information about the svn-ports-all
mailing list