diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf/Makefile | 2 | ||||
-rw-r--r-- | databases/tarantool/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index 6009f45e0925..b9db23cd46f9 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/lib${PORTNAME} USE_ZIP= yes USES= pathfix USE_GNOME= intltool -USE_GCC= 4.6+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" USE_LDCONFIG= yes diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 7f52135c7712..a2dbcb35ab50 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD TR_REV= 45-g2f7b3f9 USES= cmake gettext:build -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5= yes |