diff options
author | trasz <trasz@FreeBSD.org> | 2009-03-31 13:25:03 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-03-31 13:25:03 +0800 |
commit | 7eeeffecab3c09f16b0e2d02071cc79f438c4781 (patch) | |
tree | ac1bac34f76443bb8d90c90d22bf638fd2a8143e /audio/nekobee | |
parent | 4fc021dc540daa5b686d9d5e65a1112f1c227a54 (diff) | |
download | freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.tar.gz freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.tar.zst freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.zip |
Update audio/liblo to 0.26.
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 |