Repair sdl-image and sdl-mixer lib depends after recent updates containing
shlib changes.
This commit is contained in:
parent
6eab2aab98
commit
49e70157ec
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/11/11 13:57:32 heko Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "graphical user interface library for C++"
|
||||
|
||||
@ -24,7 +24,7 @@ PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltconfig \
|
||||
patch-*
|
||||
|
||||
LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg \
|
||||
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer \
|
||||
SDL_mixer::devel/sdl-mixer \
|
||||
png.2:png-*:graphics/png \
|
||||
sigc.0.0:libsigc++-*:devel/libsigc++ \
|
||||
ttf.1.3:freetype-*:print/freetype
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/12/28 22:11:58 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "one-player puzzle game for x11"
|
||||
|
||||
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/
|
||||
|
||||
LIB_DEPENDS= SDL::devel/sdl \
|
||||
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/12/28 22:11:58 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "graphically improved game of yore"
|
||||
|
||||
@ -46,7 +46,7 @@ ERRORS+= "Fatal: Choose only one flavor: sdl or ggi"
|
||||
|
||||
.if ${FLAVOR:L:Msdl}
|
||||
LIB_DEPENDS+= SDL::devel/sdl \
|
||||
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
|
||||
CONFIGURE_ARGS+= --with-sdl="${LOCALBASE}"
|
||||
.else
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/11/15 06:14:06 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "jezzball-style, penguin puzzle game"
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer \
|
||||
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \
|
||||
smpeg.1.3:smpeg-*:devel/smpeg
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/12/28 22:11:58 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "turn-based strategy engine"
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lgeneral
|
||||
|
||||
LIB_DEPENDS= SDL::devel/sdl \
|
||||
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/12/28 22:11:58 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "essentially an Asteroids clone"
|
||||
|
||||
@ -19,7 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= SDL::devel/sdl \
|
||||
SDL_mixer.0.0::devel/sdl-mixer
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/07/29 01:43:42 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/12/28 22:40:09 pvalchev Exp $
|
||||
|
||||
COMMENT= "zombies clone"
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://hocwp.free.fr/
|
||||
|
||||
LIB_DEPENDS= SDL_image.0.0:sdl-image-*:devel/sdl-image \
|
||||
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer
|
||||
LIB_DEPENDS= SDL_image::devel/sdl-image \
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user