diff options
-rw-r--r-- | audio/gnaural/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gnaural/Makefile b/audio/gnaural/Makefile index 5dce5a8711d2..a0cfac3f14fb 100644 --- a/audio/gnaural/Makefile +++ b/audio/gnaural/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnaural PORTVERSION= 1.0.20110606 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Gnaural/ @@ -16,8 +16,8 @@ COMMENT= Binaural beat generator LICENSE= GPLv2 -LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \ - sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \ + sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes USE_GNOME= libglade2 desktopfileutils |