diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 20:23:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 20:23:47 +0000 |
commit | 35e2982979e71e344247c81f1e752c2927db9178 (patch) | |
tree | 04f8be21c73aba18d7e5a689f3a37aeb1d78a580 /audio/herrie/Makefile | |
parent | 0c4dd91ad1a0deae0c98381cd243fb51ab59655a (diff) |
Notes
Diffstat (limited to 'audio/herrie/Makefile')
-rw-r--r-- | audio/herrie/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 1d57f8e18973..83a10e1f8dc5 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= audio MASTER_SITES= http://herrie.info/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ @@ -74,9 +74,7 @@ LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses CONFIGURE_ARGS+=xcurses .endif .if !defined(WITHOUT_XSPF) -# We need 0.6.3, which has proper C bindings -BUILD_DEPENDS+= libspiff>=0.6.3:${PORTSDIR}/multimedia/libspiff -RUN_DEPENDS+= libspiff>=0.6.3:${PORTSDIR}/multimedia/libspiff +LIB_DEPENDS+= spiff.1:${PORTSDIR}/multimedia/libspiff .else CONFIGURE_ARGS+=no_xspf .endif |