diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 20:39:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 20:39:12 +0000 |
commit | 3fef6c52f0fc4ef44d16f7c2f73fab20c9c251e5 (patch) | |
tree | c6487f309b5d29e868c4ea46df98e320c50df957 /audio/gnaural | |
parent | 0b206685de74445cde7f184f18a43c7ac16172a6 (diff) |
Notes
Diffstat (limited to 'audio/gnaural')
-rw-r--r-- | audio/gnaural/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnaural/Makefile b/audio/gnaural/Makefile index 6cefe45ed2bf..126c023c9659 100644 --- a/audio/gnaural/Makefile +++ b/audio/gnaural/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnaural PORTVERSION= 1.0.20110606 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Gnaural/ @@ -13,7 +13,7 @@ COMMENT= Binaural beat generator LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ +LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ libsndfile.so:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes |