diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/mimedefang | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail/mimedefang')
-rw-r--r-- | mail/mimedefang/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index be68a30ec305..c06d80c7b8de 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -14,11 +14,11 @@ COMMENT= Milter based anti-spam and anti-virus filtering program LICENSE= GPLv2 BUILD_DEPENDS= \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - spamassassin>=3.0:${PORTSDIR}/mail/spamassassin + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-MIME-Tools>=5.417:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + spamassassin>=3.0:mail/spamassassin RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= CLAMAV EXAMPLES DOCS @@ -56,7 +56,7 @@ CONFIG_FILES= mimedefang-filter sa-mimedefang.cf mimedefang-ip-key .include <bsd.port.options.mk> .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter .endif .if exists( ${LOCALBASE}/include/libmilter/mfapi.h ) @@ -68,8 +68,8 @@ CONFIGURE_ARGS+= --disable-antivirus \ --disable-clamav \ --disable-clamd .else -BUILD_DEPENDS+= clamscan:${PORTSDIR}/security/clamav -RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav +BUILD_DEPENDS+= clamscan:security/clamav +RUN_DEPENDS+= clamscan:security/clamav .endif post-patch: |