diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-18 00:08:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-18 00:08:20 +0800 |
commit | 5137915f02f3639083971f160cb502526089310b (patch) | |
tree | b54ec59780dc6e6e1159154ccadde6aa7d3e1c19 /mail/pecl-esmtp | |
parent | ec78a9f4188b9298da4446cdc40db4360c27b807 (diff) | |
download | freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.tar.gz freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.tar.zst freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.zip |
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'mail/pecl-esmtp')
-rw-r--r-- | mail/pecl-esmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index 1c256b05b624..82d599b2710e 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= esmtp PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- |