diff options
Diffstat (limited to 'mail/dkfilter/Makefile')
-rw-r--r-- | mail/dkfilter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dkfilter/Makefile b/mail/dkfilter/Makefile index edc209004352..5f624a371862 100644 --- a/mail/dkfilter/Makefile +++ b/mail/dkfilter/Makefile @@ -13,10 +13,10 @@ COMMENT= Domainkeys filter for Postfix LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server +BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-Server>=0:net/p5-Net-Server RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |