diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-05 20:19:06 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-05 20:19:06 +0000 |
commit | 5faa8c34f8e83a2a54a0e2349a48a627e7442777 (patch) | |
tree | 244be00511b01a37de427ce5b132fa6e27c66b4f /audio/sdl_sound | |
parent | fd47ff4bccd7d5c6731924468cfd2a9649263aa0 (diff) | |
download | ports-5faa8c34f8e83a2a54a0e2349a48a627e7442777.tar.gz ports-5faa8c34f8e83a2a54a0e2349a48a627e7442777.zip |
Notes
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index 2dcfca07fc86..25f1e798339c 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \ http://offload2.icculus.org:9090/SDL_sound/downloads/ @@ -43,7 +44,7 @@ CONFIGURE_ARGS+=--disable-mikmod .endif .if !defined(WITHOUT_PHYSFS) -LIB_DEPENDS+= physfs-1.0.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS+= physfs.1:${PORTSDIR}/devel/physfs .else CONFIGURE_ARGS+=--disable-physfs .endif |