diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
commit | 413d664fcb80bf6139a439c5eb066505ba229dfa (patch) | |
tree | 8e3c1a2ff4f6af7149528b75b71897df08df2d57 | |
parent | 103bc0c49601cde7b604f4996637157bbcfa1f78 (diff) |
Notes
-rw-r--r-- | audio/pysol-sound-server/Makefile | 4 | ||||
-rw-r--r-- | games/gemdropx/Makefile | 2 | ||||
-rw-r--r-- | games/maelstrom/Makefile | 2 | ||||
-rw-r--r-- | games/powerpak/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index db15010ec694..5f0726dcd755 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s MAINTAINER= sobomax@altavista.net BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ - smpeg-0.3.0:${PORTSDIR}/graphics/smpeg +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ + smpeg.0:${PORTSDIR}/graphics/smpeg RUN_DEPENDS= python:${PORTSDIR}/lang/python WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index c0aabe38d6fd..4a694c06c16c 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 933a85d6fe8b..f9424f977d9c 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -14,7 +14,7 @@ DISTNAME= Maelstrom-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - SDL-1.0.2:${PORTSDIR}/devel/sdl + SDL.2:${PORTSDIR}/devel/sdl USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile index 8fba8f21f937..54c3df7ae352 100644 --- a/games/powerpak/Makefile +++ b/games/powerpak/Makefile @@ -13,7 +13,7 @@ DISTNAME= PowerPak MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ ttf.4:${PORTSDIR}/print/freetype MAKEFILE= Makefile.FreeBSD |