diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
commit | 446b7725cb79242bc01d08f7e5e2b4230e5c7fe0 (patch) | |
tree | 88d40bc65a05b30293b5d5582fa0c18fa6701e9b /www/p5-RT-Authen-ExternalAuth | |
parent | ab10c2714d9d883bd3f23c64fcffc9dd88272219 (diff) |
Notes
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 6 |
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} |