diff options
-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 |