diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/extman | |
parent | Remove SITE_PERL from *_DEPENDS. (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300267
Diffstat (limited to 'mail/extman')
-rw-r--r-- | mail/extman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/extman/Makefile b/mail/extman/Makefile index 59f40db87237..96cd6c3cf263 100644 --- a/mail/extman/Makefile +++ b/mail/extman/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \ MAINTAINER= chifeng@gmail.com COMMENT= Web interface to manage Virtual Accounts -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes NO_BUILD= yes @@ -26,11 +26,11 @@ OPTIONS= MySQL "Use MySQL support" On \ .include <bsd.port.pre.mk> .if defined(WITH_MySQL) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_LDAP) -RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP +RUN_DEPENDS+= p5-DBD-LDAP>=0:${PORTSDIR}/databases/p5-DBD-LDAP .endif do-install: |