diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-12-07 09:53:30 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-12-07 09:53:30 +0000 |
commit | f02187f4dd810e514f03fcdd1e92f21418846d75 (patch) | |
tree | ac653e7c5d221e964b58aefc07c4e9576fe596e4 /net | |
parent | f228d61ba1bc7fc57c43433dc9c2abb9c78d64e3 (diff) | |
download | ports-f02187f4dd810e514f03fcdd1e92f21418846d75.tar.gz ports-f02187f4dd810e514f03fcdd1e92f21418846d75.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/enet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index 422c6e695e8f..9bcbf793f0ee 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -3,7 +3,7 @@ PORTNAME= enet PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ @@ -13,7 +13,7 @@ COMMENT= Simple and robust communication library based on UDP LICENSE= MIT -USES= pathfix libtool +USES= autoreconf pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |