fix SDL lib-depends entry and a missing quote; caught by seb@todesplanet.de

This commit is contained in:
pvalchev 2002-06-15 05:11:31 +00:00
parent 7cb7310440
commit 7de9227a9c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/06/10 03:18:35 wilfried Exp $ # $OpenBSD: Makefile,v 1.20 2002/06/15 05:11:31 pvalchev Exp $
# May not be hard to add more. # May not be hard to add more.
ONLY_FOR_ARCHS= i386 macppc sparc64 ONLY_FOR_ARCHS= i386 macppc sparc64
@ -65,7 +65,7 @@ FLAVOR?=
.if ${FLAVOR:L:Msdl} .if ${FLAVOR:L:Msdl}
CONFIGURE_ARGS+=--enable-sdl \ CONFIGURE_ARGS+=--enable-sdl \
--with-sdl-config=${LOCALBASE}/bin/sdl-config --with-sdl-config=${LOCALBASE}/bin/sdl-config
LIB_DEPENDS+= SDL:sdl>=1.2.4p1:devel/sdl LIB_DEPENDS+= SDL:sdl-1.2.4p1,>=1.2.5-*:devel/sdl
.else .else
CONFIGURE_ARGS+=--disable-sdl CONFIGURE_ARGS+=--disable-sdl
.endif .endif
@ -100,7 +100,7 @@ pre-fetch:
.if ${MACHINE_ARCH} != i386 .if ${MACHINE_ARCH} != i386
@echo @echo
@echo "Sorry, this CPU does not support Win32 codec DLLs," @echo "Sorry, this CPU does not support Win32 codec DLLs,"
@echo "and you cannot use the win32 flavor. @echo "and you cannot use the win32 flavor."
@echo @echo
@exit 1 @exit 1
.else .else