diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 21:58:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 21:58:32 +0800 |
commit | 18fbde77a90bed088c4fdae5513f815ee6baad23 (patch) | |
tree | 6b7e52c84578467afe680a185c36a97a0a2a09b9 /mail/msmtp | |
parent | ab1b221875648a1700b90c267a3d8c19bcaa283b (diff) | |
download | freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.tar.gz freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.tar.zst freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.zip |
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index cbb50990fa8a..a0f5b9049111 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.32 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -11,9 +12,8 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp |