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/hexter | |
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/hexter')
-rw-r--r-- | audio/hexter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile index f8f7f96d3b9b..19157425691c 100644 --- a/audio/hexter/Makefile +++ b/audio/hexter/Makefile @@ -7,6 +7,7 @@ PORTNAME= hexter PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dssi @@ -15,7 +16,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7 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 |