diff options
author | martymac <martymac@FreeBSD.org> | 2012-08-01 20:52:06 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-08-01 20:52:06 +0800 |
commit | 37923a502839e884754f1c20a98f407400814647 (patch) | |
tree | 2d770380578767d6aa3d67d8dd8ef365d4a7f1d0 /audio/gnaural | |
parent | ee38ea42a6e8c5a8f2e59acfe2ffeed6ec22a005 (diff) | |
download | freebsd-ports-gnome-37923a502839e884754f1c20a98f407400814647.tar.gz freebsd-ports-gnome-37923a502839e884754f1c20a98f407400814647.tar.zst freebsd-ports-gnome-37923a502839e884754f1c20a98f407400814647.zip |
Un-version LIB_DEPENDS
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 |