diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
commit | fd681870b3bb8669124d438d26d8167aa8935d58 (patch) | |
tree | d5136ee01920150380e299c124e138e27707f264 /audio/praat | |
parent | bb66f61ae3c43467b45c5bab34589a822fbcb1cc (diff) |
Notes
Diffstat (limited to 'audio/praat')
-rw-r--r-- | audio/praat/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 57a5af455278..b0ee0bb26996 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: praat -# Date created: 21-Feb-2006 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ -# PORTNAME= praat PORTVERSION= 4.6.39 @@ -17,7 +13,7 @@ COMMENT= Phonetics by Computer USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*Makefile -USE_MOTIF= yes +USES= motif WRKSRC= ${WRKDIR}/sources_4639 MAKEFILE= makefile PLIST_FILES= bin/praat |