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-Spool | |
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-Spool')
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index 76584adf8c8a..1cea7edd287c 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com COMMENT= A "pure perl" implementation of mail spooling, unspooling and sending -BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |