diff options
author | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
commit | a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037 (patch) | |
tree | f78a57ac64c34629a389583eb8e4f37a5cd8becd /mail/p5-Mail-Verify | |
parent | 5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0 (diff) | |
download | freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.gz freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.zst freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/p5-Mail-Verify')
-rw-r--r-- | mail/p5-Mail-Verify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-Verify/Makefile b/mail/p5-Mail-Verify/Makefile index b924bbeed790..01bb635fc88c 100644 --- a/mail/p5-Mail-Verify/Makefile +++ b/mail/p5-Mail-Verify/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com COMMENT= Perl module to verify email addresses -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |