diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 06:26:00 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 06:26:00 +0000 |
commit | 1bccee59d57cd4d3615243696938ad0dc57e86cf (patch) | |
tree | 834df00c2d45aa85f23d3f61f4e9f796fcba6281 | |
parent | d057d94f70bcc0d6b5406f6da59f8ec3829ea737 (diff) | |
download | FreeBSD-ports-1bccee59d57cd4d3615243696938ad0dc57e86cf.zip FreeBSD-ports-1bccee59d57cd4d3615243696938ad0dc57e86cf.tar.gz |
Remove useless USE_GCC, it builds properly with clang
-rw-r--r-- | databases/dbf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index d7e5757..5bfd34d 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 |