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 /audio | |
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 'audio')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 5f0726dcd755..e33f369aad8f 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s MAINTAINER= sobomax@altavista.net BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ smpeg.0:${PORTSDIR}/graphics/smpeg RUN_DEPENDS= python:${PORTSDIR}/lang/python |