diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 11:56:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 11:56:20 +0000 |
commit | 72526a3f3a31c1adff7c0cb462b944450d63c44a (patch) | |
tree | 42a2a7b9095426c174ecf48b176a05d0ba2793db | |
parent | Make misc/videotext building again. (diff) |
Unbreak games/kobodeluxe.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70112
-rw-r--r-- | games/kobodeluxe/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile index 59d459ab3fc0..b0d19efbfaff 100644 --- a/games/kobodeluxe/Makefile +++ b/games/kobodeluxe/Makefile @@ -14,10 +14,6 @@ DISTNAME= KoboDeluxe-${PORTVERSION:S/.p/pre/} MAINTAINER= verm@drunkmonk.net -BROKEN= "Does not compile" - -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image @@ -25,8 +21,11 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config CONFIGURE_ARGS+= --program-transform-name="s/$$//" +USE_AUTOMAKE= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 AUTOCONF= autoconf -AUTOMAKE= automake ACLOCAL= aclocal pre-configure: |