[Midnightbsd-cvs] mports: Makefile: Get rid of versions of automake we don't need.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 27 18:34:12 EDT 2008


Log Message:
-----------
Get rid of versions of automake we don't need.

Modified Files:
--------------
    mports/devel/autotools:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/autotools/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/autotools/Makefile -L devel/autotools/Makefile -u -r1.1 -r1.2
--- devel/autotools/Makefile
+++ devel/autotools/Makefile
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/devel/autotools/Makefile,v 1.2 2007/09/30 04:46:42 linimon Exp $
 
 PORTNAME=	autotools
-PORTVERSION=	20070905
+PORTVERSION=	20080328
 CATEGORIES=	devel
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -21,7 +21,7 @@
 NO_FETCH=	yes
 
 AVAIL_AUTOCONF=	2.13 2.61
-AVAIL_AUTOMAKE=	1.4 1.5 1.6 1.7 1.8 1.9 1.10
+AVAIL_AUTOMAKE=	1.4 1.5 1.6 1.9 1.10
 
 .for VER in ${AVAIL_AUTOCONF}
 RUN_DEPENDS+=	autoconf-${VER}:${PORTSDIR}/devel/autoconf${VER:C/\.//}


More information about the Midnightbsd-cvs mailing list