diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 05:20:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 05:20:28 +0800 |
commit | 94c10076d46b9ff3b6d02ba060433b0ca006e719 (patch) | |
tree | d5136ee01920150380e299c124e138e27707f264 /audio/praat | |
parent | 7788ca392904fa274d914bcb12f8ca23e25eae30 (diff) | |
download | freebsd-ports-gnome-94c10076d46b9ff3b6d02ba060433b0ca006e719.tar.gz freebsd-ports-gnome-94c10076d46b9ff3b6d02ba060433b0ca006e719.tar.zst freebsd-ports-gnome-94c10076d46b9ff3b6d02ba060433b0ca006e719.zip |
Convert from USE_MOTIF to USES=motif
While here:
Convert to USES=gmake as well
Trim headers
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 |