diff options
author | swills <swills@FreeBSD.org> | 2012-01-29 14:22:07 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-29 14:22:07 +0000 |
commit | 4337ff51153dd2bef41f4bec9a8f1e924ae1900f (patch) | |
tree | a6e237dbdc3503255294ee1a1ececf6c38adccfb | |
parent | 228f554f5e651ebcdf9b8d76513abb80187cef3d (diff) | |
download | FreeBSD-ports-4337ff51153dd2bef41f4bec9a8f1e924ae1900f.zip FreeBSD-ports-4337ff51153dd2bef41f4bec9a8f1e924ae1900f.tar.gz |
- Correct BUILD_DEPENDS
PR: ports/164216
Submitted by: swills (myself)
Approved by: maintainer (blanket)
-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 12d554b..856ebe5 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 |