diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-04 20:12:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-04 20:12:24 +0000 |
commit | e2db0f7e3782f379b383a27065e7c225dd6a6bba (patch) | |
tree | 17aad5c0062e16898929e1172671865282ecff1e /audio/harp | |
parent | 40d4edc545af25321021658456a7d605bde41b37 (diff) |
Notes
Diffstat (limited to 'audio/harp')
-rw-r--r-- | audio/harp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/harp/Makefile b/audio/harp/Makefile index f98be520d336..3380e52a7477 100644 --- a/audio/harp/Makefile +++ b/audio/harp/Makefile @@ -2,7 +2,7 @@ PORTNAME= harp PORTVERSION= 0.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,7 +39,7 @@ MP3_CONFIGURE_WITH= mp3 SHOUTCAST_CONFIGURE_WITH= stream VORBIS_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis -VORBIS_CONFIGURE_ARGS= vorbis +VORBIS_CONFIGURE_WITH= vorbis JACK_CONFIGURE_WITH= jack JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack |