aboutsummaryrefslogtreecommitdiff
path: root/mail/imapfilter
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2013-11-22 19:40:33 +0000
committerStefan Walter <stefan@FreeBSD.org>2013-11-22 19:40:33 +0000
commitab83af0b5d6a15b1f77ec734615d2a0c6ce63637 (patch)
tree23ddac381ae6d5a9d9a508d564e1c682315d359e /mail/imapfilter
parenta681278b025c07cc5b64406409527d34844f69e7 (diff)
downloadports-ab83af0b5d6a15b1f77ec734615d2a0c6ce63637.tar.gz
ports-ab83af0b5d6a15b1f77ec734615d2a0c6ce63637.zip
Don't enforce dependency on OpenSSL port, the one in the base system seems to
work, too. Suggested by: gahr
Notes
Notes: svn path=/head/; revision=334611
Diffstat (limited to 'mail/imapfilter')
-rw-r--r--mail/imapfilter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile
index e78cbfcf6fb7..dcb25e6c0d21 100644
--- a/mail/imapfilter/Makefile
+++ b/mail/imapfilter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= imapfilter
PORTVERSION= 2.5.6
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.gegenunendlich.de/distfiles/ \
GH
@@ -17,7 +17,6 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_LUA= 5.1
USE_OPENSSL= yes
-WITH_OPENSSL_PORT=yes
CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR}
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}