diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 14:26:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 14:26:00 +0800 |
commit | 1bccee59d57cd4d3615243696938ad0dc57e86cf (patch) | |
tree | 834df00c2d45aa85f23d3f61f4e9f796fcba6281 /databases/dbf | |
parent | d057d94f70bcc0d6b5406f6da59f8ec3829ea737 (diff) | |
download | freebsd-ports-gnome-1bccee59d57cd4d3615243696938ad0dc57e86cf.tar.gz freebsd-ports-gnome-1bccee59d57cd4d3615243696938ad0dc57e86cf.tar.zst freebsd-ports-gnome-1bccee59d57cd4d3615243696938ad0dc57e86cf.zip |
Remove useless USE_GCC, it builds properly with clang
Diffstat (limited to 'databases/dbf')
-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 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 |