[Midnightbsd-cvs] mports: Makefile: switch to newer autoconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 24 14:19:31 EDT 2008


Log Message:
-----------
switch to newer autoconf

Modified Files:
--------------
    mports/devel/libthai:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/libthai/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/libthai/Makefile -L devel/libthai/Makefile -u -r1.2 -r1.3
--- devel/libthai/Makefile
+++ devel/libthai/Makefile
@@ -18,7 +18,7 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_AUTOTOOLS=	automake:15 autoconf:259 libtool:15
+USE_AUTOTOOLS=	automake:15 autoconf:261 libtool:15
 
 ALL_TARGET=	all check
 
@@ -30,5 +30,8 @@
 post-patch:
 	@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \
 		${WRKSRC}/Makefile.am
+	@${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.61,' \
+               ${WRKSRC}/autogen.sh
+
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list