diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 22:15:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 22:15:45 +0000 |
commit | 1cb458c20befe3a4310488102e8d4a5899925bcd (patch) | |
tree | 64811c4db9dd468ffef1ab5d14eb959a93fedeaf /ports-mgmt/tinderbox-devel | |
parent | feb7b457a05615630751b8c5a0f6d078e943c79d (diff) | |
download | ports-1cb458c20befe3a4310488102e8d4a5899925bcd.tar.gz ports-1cb458c20befe3a4310488102e8d4a5899925bcd.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index c29b26f656c7..7a7103944bc7 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -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 \ +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 \ 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 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" |