diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 20:25:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 20:25:52 +0800 |
commit | 66c66f3f578e34993b6ec39cfcbc57d74d0ac99c (patch) | |
tree | ef21b1e5f7ea5a754ba396f9ad477a3524268fcb /databases | |
parent | 681a7364c1da3eaf5479d31e6a29c2032aa019ab (diff) | |
download | freebsd-ports-gnome-66c66f3f578e34993b6ec39cfcbc57d74d0ac99c.tar.gz freebsd-ports-gnome-66c66f3f578e34993b6ec39cfcbc57d74d0ac99c.tar.zst freebsd-ports-gnome-66c66f3f578e34993b6ec39cfcbc57d74d0ac99c.zip |
Mark job unsafe, remove now useless bmake workaround
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index 5df3a9fa9f2b..adc5815cdb42 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -8,17 +8,14 @@ MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- MAINTAINER= fbsd-ports@opsec.eu -COMMENT= A Cego DBI driver for Perl 5 +COMMENT= Cego DBI driver for Perl 5 LICENSE= GPLv2 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 +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes CC:= ${CXX} |