diff options
author | az <az@FreeBSD.org> | 2012-06-04 21:06:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 21:06:24 +0800 |
commit | fc67a16a9878ca2b11eac2793cfae8e35a8f2d52 (patch) | |
tree | d6a686cee2e961f1e6a54f02cd20b4fec1a7fe80 /databases/p5-DBIx-Password | |
parent | e239bb0fb6176fd217b9362bb7bbe828044a783e (diff) | |
download | freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.gz freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.zst freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'databases/p5-DBIx-Password')
-rw-r--r-- | databases/p5-DBIx-Password/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile index 0e41cd65bdb9..27d2e4ca5031 100644 --- a/databases/p5-DBIx-Password/Makefile +++ b/databases/p5-DBIx-Password/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to create a global password file for DB passwords -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |