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 | |
parent | Fix a symlink by copying the logic from java/sigar (diff) |
- Bump PORTREVISION for dependencies changes
- Change USES, add autoreconf
Notes
Notes:
svn path=/head/; revision=374182
-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 |