diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-21 17:28:12 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-21 17:28:12 +0000 |
commit | 7b9e6798ac6e08bbc9a053d867e1581c7c44ae88 (patch) | |
tree | bb8b110b74b4a625024f098307cb2b9f8b5c5389 /emulators/aranym | |
parent | 407605a4c964f224d633b5396a11e09fe7ba81c3 (diff) | |
download | pkgsrc-7b9e6798ac6e08bbc9a053d867e1581c7c44ae88.tar.gz |
Fix typo.
Diffstat (limited to 'emulators/aranym')
-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++ |