diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-14 19:56:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-14 19:56:20 +0800 |
commit | 42f126a975d4bccf0c0b43d4ceda75f2daa17f61 (patch) | |
tree | f752ce9c60d0a7e360a14a4397d958198200f773 /games/kobodeluxe | |
parent | ee20ce10cd5a1de92bd735def5d93423236e738e (diff) | |
download | freebsd-ports-gnome-42f126a975d4bccf0c0b43d4ceda75f2daa17f61.tar.gz freebsd-ports-gnome-42f126a975d4bccf0c0b43d4ceda75f2daa17f61.tar.zst freebsd-ports-gnome-42f126a975d4bccf0c0b43d4ceda75f2daa17f61.zip |
Unbreak games/kobodeluxe.
Noticed on: bento
Diffstat (limited to 'games/kobodeluxe')
-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: |