mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Unbreak games/kobodeluxe.
Noticed on: bento
This commit is contained in:
parent
f73021c0d4
commit
72526a3f3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70112
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user