diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /emulators/yabause | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to 'emulators/yabause')
-rw-r--r-- | emulators/yabause/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 2f9cbd50f19b..be7dfc5791f8 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -7,6 +7,7 @@ PORTNAME= yabause PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF @@ -19,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes USE_GCC= 3.4+ -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261 USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |