diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
commit | fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724 (patch) | |
tree | 16c93ae6f83ca746aac45ba73f2c6430dd8b3bb2 /games/maelstrom | |
parent | dd5e0945d77f4f631be4424a6017b07ac83b01f8 (diff) | |
download | FreeBSD-ports-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.zip FreeBSD-ports-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.tar.gz |
Change libSDL-1.0 to libSDL.
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 933a85d..f9424f9 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 |