aboutsummaryrefslogtreecommitdiff
path: root/mail/greylite
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/greylite
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-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/greylite')
-rw-r--r--mail/greylite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
index bc5e5bf259ac..0316d56481cb 100644
--- a/mail/greylite/Makefile
+++ b/mail/greylite/Makefile
@@ -12,7 +12,7 @@ COMMENT= Modified greylisting for qmail and for any other MDA
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
+RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp
USES= sqlite tar:bzip2
PLIST_FILES= bin/greylite \
@@ -31,12 +31,12 @@ UCSPI2SOCKET_DESC= Module for using greylite as SMTP proxy
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= libGeoIP.so:net/GeoIP
MAKE_ARGS+= WITH_GEOIP=yep
.endif
.if ${PORT_OPTIONS:MDNSBLENV}
-LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= libcares.so:dns/c-ares
MAKE_ARGS+= WITH_DNSBLENV=yep
PLIST_SUB+= DNSBLENV=""
.else