svn commit: r329864 - head/databases/dbf

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 06:26:01 UTC 2013


Author: bapt
Date: Wed Oct  9 06:26:00 2013
New Revision: 329864
URL: http://svnweb.freebsd.org/changeset/ports/329864

Log:
  Remove useless USE_GCC, it builds properly with clang

Modified:
  head/databases/dbf/Makefile

Modified: head/databases/dbf/Makefile
==============================================================================
--- head/databases/dbf/Makefile	Wed Oct  9 06:17:42 2013	(r329863)
+++ head/databases/dbf/Makefile	Wed Oct  9 06:26:00 2013	(r329864)
@@ -16,9 +16,8 @@ OPTIONS_DEFINE=	NLS
 WRKSRC=		${WRKDIR}/lib${PORTNAME}
 
 USE_ZIP=	yes
-USES=        pathfix
+USES=		pathfix
 USE_GNOME=	intltool
-USE_GCC=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_prog_DOC_TO_MAN=""
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list