diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-23 14:48:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-23 14:48:40 +0800 |
commit | b70e2f420b1210df7ecb391d90532f796147ab29 (patch) | |
tree | bacef2e19ea887c03491766f170292931c25fa76 /games/gemdropx | |
parent | 29bfee38c76e143c3448251cfcba90bed1e69030 (diff) | |
download | freebsd-ports-gnome-b70e2f420b1210df7ecb391d90532f796147ab29.tar.gz freebsd-ports-gnome-b70e2f420b1210df7ecb391d90532f796147ab29.tar.zst freebsd-ports-gnome-b70e2f420b1210df7ecb391d90532f796147ab29.zip |
Revert to libSDL-1.0.
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 |