From 1bccee59d57cd4d3615243696938ad0dc57e86cf Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 9 Oct 2013 06:26:00 +0000 Subject: Remove useless USE_GCC, it builds properly with clang --- databases/dbf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index d7e5757140a7..5bfd34d922c9 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -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 -- cgit