Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 06:26:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329864 - head/databases/dbf
Message-ID:  <201310090626.r996Q0rw063752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090626.r996Q0rw063752>