svn commit: r334611 - head/mail/imapfilter
Stefan Walter
stefan at FreeBSD.org
Fri Nov 22 19:40:34 UTC 2013
Author: stefan
Date: Fri Nov 22 19:40:33 2013
New Revision: 334611
URL: http://svnweb.freebsd.org/changeset/ports/334611
Log:
Don't enforce dependency on OpenSSL port, the one in the base system seems to
work, too.
Suggested by: gahr
Modified:
head/mail/imapfilter/Makefile
Modified: head/mail/imapfilter/Makefile
==============================================================================
--- head/mail/imapfilter/Makefile Fri Nov 22 19:39:26 2013 (r334610)
+++ head/mail/imapfilter/Makefile Fri Nov 22 19:40:33 2013 (r334611)
@@ -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}
More information about the svn-ports-head
mailing list