diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-23 06:48:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-23 06:48:40 +0000 |
commit | 308fff2f2a3c8136336e28d3b5a446a0c5653f7d (patch) | |
tree | d5f18c01039e74e55a5aa15fe01f31b5546a50ed /games/gemdropx | |
parent | 49d517885e569bc0e435bf235c46337f06b9ec76 (diff) |
Revert to libSDL-1.0.
Notes
Notes:
svn path=/head/; revision=27923
Diffstat (limited to 'games/gemdropx')
-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 4a694c06c16c..c0aabe38d6fd 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.2:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl USE_GMAKE= yes USE_X_PREFIX= yes |