diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-02 17:03:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-02 17:03:15 +0000 |
commit | b1648b00db1fe6f3c92f78392c330d00744ffd86 (patch) | |
tree | e7ca83f1135112d26c1d636a1578ed4678b74709 /mail/libetpan/Makefile | |
parent | 154de5eb34435cda475cd29628c60831d3a79137 (diff) | |
download | ports-b1648b00db1fe6f3c92f78392c330d00744ffd86.tar.gz ports-b1648b00db1fe6f3c92f78392c330d00744ffd86.zip |
Update to 1.9.4
Notes
Notes:
svn path=/head/; revision=516342
Diffstat (limited to 'mail/libetpan/Makefile')
-rw-r--r-- | mail/libetpan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index fe3fec30318f..639f6ededd17 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libetpan -PORTVERSION= 1.9.3 -PORTREVISION= 1 +PORTVERSION= 1.9.4 CATEGORIES= mail MAINTAINER= sunpoet@FreeBSD.org @@ -16,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libsasl2.so:security/cyrus-sasl2 -USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase +USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |