svn commit: r301829 - head/audio/gnaural

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Aug 1 12:52:07 UTC 2012


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



More information about the svn-ports-head mailing list