aboutsummaryrefslogtreecommitdiffstats
path: root/devel/raknet
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
committerade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
commit8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch)
tree0187b240fea44ca0f29e4c127dba0644d947187e /devel/raknet
parent6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff)
downloadfreebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'devel/raknet')
-rw-r--r--devel/raknet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile
index 82b6551d2428..a3092e92d03a 100644
--- a/devel/raknet/Makefile
+++ b/devel/raknet/Makefile
@@ -17,7 +17,7 @@ COMMENT= Networking API that provides reliable UDP primarily for online games
USE_LDCONFIG= yes
USE_FORTRAN= yes
-USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:261
+USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:262
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
@@ -50,6 +50,9 @@ CONFIGURE_ARGS+= --disable-autopatcher
PLIST_SUB+= PL_AUTOPATCHER="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/Help