summaryrefslogtreecommitdiffstats
path: root/devel/kyra
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-06 20:48:17 +0000
committerkrion <krion@FreeBSD.org>2003-08-06 20:48:17 +0000
commitd1114d6b74f6b1e13767f45bdb1957d3cd7067f8 (patch)
tree0d797e69f72db115e150523e8aa9f14bedd86c3b /devel/kyra
parent7a9c72b91991c18599f4b82cd31938c60d201da8 (diff)
downloadFreeBSD-ports-d1114d6b74f6b1e13767f45bdb1957d3cd7067f8.zip
FreeBSD-ports-d1114d6b74f6b1e13767f45bdb1957d3cd7067f8.tar.gz
Utilize USD_SDL
Diffstat (limited to 'devel/kyra')
-rw-r--r--devel/kyra/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile
index afd8450..b2f5d68 100644
--- a/devel/kyra/Makefile
+++ b/devel/kyra/Makefile
@@ -15,22 +15,19 @@ DISTNAME= ${PORTNAME}_src_2_0_5
MAINTAINER= krion@FreeBSD.org
COMMENT= Kyra is a simple Sprite engine written in C++
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image \
+LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
WRKSRC= ${WRKDIR}/${PORTNAME}
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-
USE_LIBTOOL= yes
+USE_SDL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="-I${X11BASE}/include"
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud