diff options
-rw-r--r-- | emulators/aranym/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 617004ac2a0..378f6cb0e7d 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/06 12:46:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/21 17:28:12 ryoon Exp $ # DISTNAME= aranym_0.9.14.orig @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -AUTOCONF_REQD= 2..50 +AUTOCONF_REQD= 2.50 USE_TOOLS+= autoconf gmake gzip USE_LANGUAGES= c c++ |