diff options
author | kris <kris@FreeBSD.org> | 2006-02-23 16:28:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-23 16:28:48 +0800 |
commit | 5f23f7e6afeb14301d8c42ff7507a898560bab4c (patch) | |
tree | c43269ef76409deecc4415c1a4cb4727114ec3cd /misc | |
parent | 05859ce6476480a47188c3e146a7e519a89ee667 (diff) | |
download | freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.tar.gz freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.tar.zst freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.zip |
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 8d2ab3aa7f15..615b8ae8b344 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -PERL_RUN_DEPENDS= Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ - Net-SMTP:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ cvsup:${PORTSDIR}/net/cvsup-without-gui OPTIONS= PGSQL "With pgsql" On \ @@ -37,13 +37,13 @@ USE_PHP= session .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql -PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" |