diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/sa-utils/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'mail/sa-utils/Makefile')
-rw-r--r-- | mail/sa-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index 31326f7d4aed..2c751454dd61 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -11,7 +11,7 @@ DISTFILES= # none MAINTAINER= matthew@FreeBSD.org COMMENT= SpamAssassin nightly periodic maintenance -RUN_DEPENDS= sa-update:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS= sa-update:mail/spamassassin OPTIONS_DEFINE= SACOMPILE SACOMPILE_DESC= Enable sa-compile support @@ -27,7 +27,7 @@ PLIST_FILES= ${PERIODIC_DAILY}/sa-utils .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSACOMPILE} -RUN_DEPENDS+= re2c>=0.12.0:${PORTSDIR}/devel/re2c +RUN_DEPENDS+= re2c>=0.12.0:devel/re2c SUB_LIST+= SACOMPILE=YES .else SUB_LIST+= SACOMPILE=NO |