[Midnightbsd-cvs] mports [18355] trunk/devel/autotools/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 26 22:26:37 EDT 2015


Revision: 18355
          http://svnweb.midnightbsd.org/mports/?rev=18355
Author:   laffer1
Date:     2015-03-26 22:26:36 -0400 (Thu, 26 Mar 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/devel/autotools/Makefile

Modified: trunk/devel/autotools/Makefile
===================================================================
--- trunk/devel/autotools/Makefile	2015-03-27 02:25:28 UTC (rev 18354)
+++ trunk/devel/autotools/Makefile	2015-03-27 02:26:36 UTC (rev 18355)
@@ -2,6 +2,7 @@
 
 PORTNAME=	autotools
 PORTVERSION=	20130627
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -8,6 +9,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Autotools meta-port
+
 LICENSE=	agg
 
 RUN_DEPENDS=	libtoolize:${PORTSDIR}/devel/libtool \
@@ -14,7 +16,7 @@
 		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
 		autoconf-2.69:${PORTSDIR}/devel/autoconf \
 		automake-1.4:${PORTSDIR}/devel/automake14 \
-		automake-1.14:${PORTSDIR}/devel/automake
+		automake-1.15:${PORTSDIR}/devel/automake
 
 PLIST_FILES=	share/${PORTNAME}
 NO_BUILD=	yes



More information about the Midnightbsd-cvs mailing list