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 /net/linknx | |
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 'net/linknx')
-rw-r--r-- | net/linknx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile index 2274d3226078..e5e607d02d01 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -3,7 +3,7 @@ PORTNAME= linknx PORTVERSION= 0.0.1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |