diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-23 05:58:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-23 05:58:27 +0800 |
commit | fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724 (patch) | |
tree | 16c93ae6f83ca746aac45ba73f2c6430dd8b3bb2 /games/gemdropx/Makefile | |
parent | dd5e0945d77f4f631be4424a6017b07ac83b01f8 (diff) | |
download | freebsd-ports-graphics-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.tar.gz freebsd-ports-graphics-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.tar.zst freebsd-ports-graphics-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.zip |
Change libSDL-1.0 to libSDL.
Diffstat (limited to 'games/gemdropx/Makefile')
-rw-r--r-- | games/gemdropx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index c0aabe38d6f..4a694c06c16 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 |