[Midnightbsd-cvs] mports [24961] trunk/devel/automake/Makefile: fixup depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 9 18:07:24 EST 2019


Revision: 24961
          http://svnweb.midnightbsd.org/mports/?rev=24961
Author:   laffer1
Date:     2019-02-09 18:07:23 -0500 (Sat, 09 Feb 2019)
Log Message:
-----------
fixup depends

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

Modified: trunk/devel/automake/Makefile
===================================================================
--- trunk/devel/automake/Makefile	2019-02-09 23:07:02 UTC (rev 24960)
+++ trunk/devel/automake/Makefile	2019-02-09 23:07:23 UTC (rev 24961)
@@ -10,8 +10,8 @@
 
 LICENSE=	gpl3
 
-BUILD_DEPENDS=	autoconf-2.69:devel/autoconf
-RUN_DEPENDS=	autoconf-2.69:devel/autoconf
+BUILD_DEPENDS=	autoconf>=2.69:devel/autoconf
+RUN_DEPENDS=	autoconf>=2.69:devel/autoconf
 
 BUILD_VERSION=	1.16
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}



More information about the Midnightbsd-cvs mailing list