Date: Fri, 22 Nov 2013 19:40:33 +0000 (UTC) From: Stefan Walter <stefan@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334611 - head/mail/imapfilter Message-ID: <201311221940.rAMJeXaW022913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311221940.rAMJeXaW022913>