diff options
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 |