aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-15 00:23:18 +0800
committermiwi <miwi@FreeBSD.org>2014-02-15 00:23:18 +0800
commit24cf383d3fab624baf37c8047b7670954b2ca805 (patch)
tree90805cf7c015bc92691659ec2f75bc665a8652f5 /databases
parent3b585c73166e7247d77475a9d1b77e21ef4da4f4 (diff)
downloadfreebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.gz
freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.zst
freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.zip
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
Diffstat (limited to 'databases')
-rw-r--r--databases/libdbi-drivers/Makefile2
-rw-r--r--databases/p5-DBD-cego/Makefile6
-rw-r--r--databases/virtuoso/Makefile4
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\