diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 04:02:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 04:02:52 +0800 |
commit | b35ddd1ed2d98acb8c3fdcf9d350cc3f506ebcc8 (patch) | |
tree | 6b60f1def9f659cfef228bdbe1d43971b3048973 /databases/p5-DBD-cego | |
parent | bfd2d91b510de2951e2965e60d7d4880db27a9bf (diff) | |
download | freebsd-ports-gnome-b35ddd1ed2d98acb8c3fdcf9d350cc3f506ebcc8.tar.gz freebsd-ports-gnome-b35ddd1ed2d98acb8c3fdcf9d350cc3f506ebcc8.tar.zst freebsd-ports-gnome-b35ddd1ed2d98acb8c3fdcf9d350cc3f506ebcc8.zip |
Fix build with bmake
Diffstat (limited to 'databases/p5-DBD-cego')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index 8116fcd3adbd..5df3a9fa9f2b 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -16,6 +16,10 @@ BUILD_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + PERL_CONFIGURE= yes CC:= ${CXX} |