diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 19:15:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 19:15:58 +0800 |
commit | 14d49ff2815c2fa2d9814519072f63e152995176 (patch) | |
tree | c046d0c80df8f31218650fb1850550a7887f7eba /audio | |
parent | 6de9285e91ee4a597d531b01614aba1e544dcf11 (diff) | |
download | freebsd-ports-gnome-14d49ff2815c2fa2d9814519072f63e152995176.tar.gz freebsd-ports-gnome-14d49ff2815c2fa2d9814519072f63e152995176.tar.zst freebsd-ports-gnome-14d49ff2815c2fa2d9814519072f63e152995176.zip |
- Drop unneeded dependency
PR: 202972
Submitted by: jwbacon@tds.net (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/praat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/praat/Makefile b/audio/praat/Makefile index a16aa7919347..ee07594b4043 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -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 |