diff options
author | stefan <stefan@FreeBSD.org> | 2013-11-23 03:40:33 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2013-11-23 03:40:33 +0800 |
commit | 425098d2d0a169a4d5f1f094a1c92552cb3f3737 (patch) | |
tree | 23ddac381ae6d5a9d9a508d564e1c682315d359e /mail | |
parent | 2fc4c43ca450a7e8f17164fb593314f8a8cb908f (diff) | |
download | freebsd-ports-gnome-425098d2d0a169a4d5f1f094a1c92552cb3f3737.tar.gz freebsd-ports-gnome-425098d2d0a169a4d5f1f094a1c92552cb3f3737.tar.zst freebsd-ports-gnome-425098d2d0a169a4d5f1f094a1c92552cb3f3737.zip |
Don't enforce dependency on OpenSSL port, the one in the base system seems to
work, too.
Suggested by: gahr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapfilter/Makefile | 3 |
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} |