Date: Wed, 1 Aug 2012 12:52:07 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301829 - head/audio/gnaural Message-ID: <201208011252.q71Cq7Uv055791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Wed Aug 1 12:52:06 2012 New Revision: 301829 URL: http://svn.freebsd.org/changeset/ports/301829 Log: Un-version LIB_DEPENDS Modified: head/audio/gnaural/Makefile (contents, props changed) Modified: head/audio/gnaural/Makefile ============================================================================== --- head/audio/gnaural/Makefile Wed Aug 1 12:51:32 2012 (r301828) +++ head/audio/gnaural/Makefile Wed Aug 1 12:52:06 2012 (r301829) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208011252.q71Cq7Uv055791>