diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
commit | 24cf383d3fab624baf37c8047b7670954b2ca805 (patch) | |
tree | 90805cf7c015bc92691659ec2f75bc665a8652f5 /databases/p5-DBD-cego | |
parent | 3b585c73166e7247d77475a9d1b77e21ef4da4f4 (diff) | |
download | freebsd-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/p5-DBD-cego')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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} |