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 /games/maelstrom | |
parent | 103bc0c49601cde7b604f4996637157bbcfa1f78 (diff) |
Change libSDL-1.0 to libSDL.
Notes
Notes:
svn path=/head/; revision=27900
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 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 |