aboutsummaryrefslogtreecommitdiff
path: root/mail/greylite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/greylite/Makefile')
-rw-r--r--mail/greylite/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
index 0316d56481cb..ab893f5d453d 100644
--- a/mail/greylite/Makefile
+++ b/mail/greylite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= greylite
PORTVERSION= 2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= LOCAL/oliver
@@ -22,19 +22,13 @@ PLIST_FILES= bin/greylite \
SUB_FILES= pkg-message
-OPTIONS_DEFINE= GEOIP DNSBLENV UCSPI2SOCKET
-OPTIONS_DEFAULT= GEOIP DNSBLENV UCSPI2SOCKET
-GEOIP_DESC= Support for GeoIP in suspicion rules
+OPTIONS_DEFINE= DNSBLENV UCSPI2SOCKET
+OPTIONS_DEFAULT= DNSBLENV UCSPI2SOCKET
DNSBLENV_DESC= Module for interfacing with DNS blacklists
UCSPI2SOCKET_DESC= Module for using greylite as SMTP proxy
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:net/GeoIP
-MAKE_ARGS+= WITH_GEOIP=yep
-.endif
-
.if ${PORT_OPTIONS:MDNSBLENV}
LIB_DEPENDS+= libcares.so:dns/c-ares
MAKE_ARGS+= WITH_DNSBLENV=yep