diff options
author | swills <swills@FreeBSD.org> | 2012-01-29 22:22:07 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-29 22:22:07 +0800 |
commit | 4337ff51153dd2bef41f4bec9a8f1e924ae1900f (patch) | |
tree | a6e237dbdc3503255294ee1a1ececf6c38adccfb /databases/p5-DBIx-MySQLSequence/Makefile | |
parent | 228f554f5e651ebcdf9b8d76513abb80187cef3d (diff) | |
download | freebsd-ports-gnome-4337ff51153dd2bef41f4bec9a8f1e924ae1900f.tar.gz freebsd-ports-gnome-4337ff51153dd2bef41f4bec9a8f1e924ae1900f.tar.zst freebsd-ports-gnome-4337ff51153dd2bef41f4bec9a8f1e924ae1900f.zip |
- Correct BUILD_DEPENDS
PR: ports/164216
Submitted by: swills (myself)
Approved by: maintainer (blanket)
Diffstat (limited to 'databases/p5-DBIx-MySQLSequence/Makefile')
-rw-r--r-- | databases/p5-DBIx-MySQLSequence/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBIx-MySQLSequence/Makefile b/databases/p5-DBIx-MySQLSequence/Makefile index 12d554bc7768..856ebe5144a6 100644 --- a/databases/p5-DBIx-MySQLSequence/Makefile +++ b/databases/p5-DBIx-MySQLSequence/Makefile @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Proper and correct (emulated) sequence support for MySQL +BUILD_DEPENDS= p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-Params-Util>=0.26:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS= p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-Params-Util>=0.26:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN} PERL_CONFIGURE= yes |