aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Authen-ExternalAuth
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-06-07 11:59:52 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-06-07 11:59:52 +0000
commit446b7725cb79242bc01d08f7e5e2b4230e5c7fe0 (patch)
tree88d40bc65a05b30293b5d5582fa0c18fa6701e9b /www/p5-RT-Authen-ExternalAuth
parentab10c2714d9d883bd3f23c64fcffc9dd88272219 (diff)
downloadports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.tar.gz
ports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.zip
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1] Approved by: shaun (mentor) Submitted by: [1] Sulev-Madis 'ketas' Silber
Notes
Notes: svn path=/head/; revision=298683
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r--www/p5-RT-Authen-ExternalAuth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile
index b0ebbf092d96..fe526e890f19 100644
--- a/www/p5-RT-Authen-ExternalAuth/Makefile
+++ b/www/p5-RT-Authen-ExternalAuth/Makefile
@@ -18,7 +18,7 @@ COMMENT= RT extension to authenticate users against an external source
LICENSE= GPLv2
-BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
+BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -36,8 +36,8 @@ RT_VER= 38
RT_VER= 40
.endif
-BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
-RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
+BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
+RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
MAN3PREFIX= ${PREFIX}