diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libdbi-drivers/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 6 | ||||
-rw-r--r-- | databases/virtuoso/Makefile | 4 |
3 files changed, 2 insertions, 10 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index a2f6d80976ec..4924b9bc5cf9 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -43,9 +43,7 @@ FREETDS_CONFIGURE_WITH= freetds PLIST_SUB+= INGRES="@comment " PLIST_SUB+= ORACLE="@comment " -.if defined(.PARSEDIR) USES+= gmake -.endif post-patch: @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \ diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index 201b798a4ca2..ff533c9d2cfc 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -16,11 +16,7 @@ BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= libcego.so:${PORTSDIR}/databases/cego -.if defined(.PARSEDIR) -USES= gmake -.endif - -USES+= perl5 +USES= perl5 gmake USE_PERL5= configure CC:= ${CXX} diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 4efd4264bfc4..e659422865fd 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -21,9 +21,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-readline\ |