Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 11:15:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396563 - head/audio/praat
Message-ID:  <201509101115.t8ABFwwW048448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 11:15:58 2015
New Revision: 396563
URL: https://svnweb.freebsd.org/changeset/ports/396563

Log:
  - Drop unneeded dependency
  
  PR:		202972
  Submitted by:	jwbacon@tds.net (maintainer)

Modified:
  head/audio/praat/Makefile

Modified: head/audio/praat/Makefile
==============================================================================
--- head/audio/praat/Makefile	Thu Sep 10 10:53:59 2015	(r396562)
+++ head/audio/praat/Makefile	Thu Sep 10 11:15:58 2015	(r396563)
@@ -3,6 +3,7 @@
 
 PORTNAME=	praat
 PORTVERSION=	5.4.08
+PORTREVISION=	1
 CATEGORIES=	audio science
 MASTER_SITES=	http://www.fon.hum.uva.nl/praat/
 DISTNAME=	praat5408_sources
@@ -13,7 +14,7 @@ COMMENT=	Phonetics by Computer
 LICENSE=	GPLv2
 
 DOS2UNIX_REGEX=	.*Makefile
-USES=		dos2unix iconv motif pkgconfig
+USES=		dos2unix iconv pkgconfig
 USE_GNOME=	gtk20
 WRKSRC=		${WRKDIR}/sources_5408
 MAKEFILE=	makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509101115.t8ABFwwW048448>