diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-03-31 05:25:03 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-03-31 05:25:03 +0000 |
commit | e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc (patch) | |
tree | 8b508861774c853399710c47740eb2162f593ddb /audio/nekobee | |
parent | 25d17d1c3b1abdc96c2a4a8de108d9e967392178 (diff) | |
download | ports-e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc.tar.gz ports-e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc.zip |
Notes
Diffstat (limited to 'audio/nekobee')
-rw-r--r-- | audio/nekobee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nekobee/Makefile b/audio/nekobee/Makefile index ac606151365f..668caa72eb83 100644 --- a/audio/nekobee/Makefile +++ b/audio/nekobee/Makefile @@ -7,6 +7,7 @@ PORTNAME= nekobee PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.nekosynth.co.uk/releases/ @@ -14,7 +15,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= DSSI plugin that emulates the sound of the TB-303 Bassline LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.6:${PORTSDIR}/audio/liblo \ + lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi |