diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-08-01 12:52:06 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-08-01 12:52:06 +0000 |
commit | c36b50aa0d96addc1a5623c0bf2c84b07d568db5 (patch) | |
tree | 2d770380578767d6aa3d67d8dd8ef365d4a7f1d0 /audio/gnaural | |
parent | cd5b2b541f0a0c3926a9ea3e94f91c02aec65294 (diff) |
Notes
Diffstat (limited to 'audio/gnaural')
-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 |