[Midnightbsd-cvs] mports: Makefile: update to autoconf 2.61 for use with this port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 27 15:40:36 EST 2008


Log Message:
-----------
update to autoconf 2.61 for use with this port.

Modified Files:
--------------
    mports/net/libnet10:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/libnet10/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net/libnet10/Makefile -L net/libnet10/Makefile -u -r1.1 -r1.2
--- net/libnet10/Makefile
+++ net/libnet10/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	libnet
 PORTVERSION=	1.0.2a
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.packetfactory.net/libnet/dist/
@@ -20,7 +20,8 @@
 CONFLICTS=	libnet-devel-1.1.*\
 		libnet-1.1.*
 
-USE_AUTOTOOLS=	autoconf:213
+CFLAGS+=	-fPIC
+USE_AUTOTOOLS=	autoconf:261
 
 WRKSRC=		${WRKDIR}/Libnet-${PORTVERSION}
 MAN3=		libnet.3


More information about the Midnightbsd-cvs mailing list