diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /audio/pd | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index e7627af4c442..082409de7c8f 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -4,6 +4,7 @@ PORTNAME= pd DISTVERSION= 0.45-4 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ @@ -20,7 +21,7 @@ OPTIONS_DEFAULT=FFTW WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} -USES= gettext gmake libtool pkgconfig shebangfix tk:wrapper +USES= gettext gmake libtool:keepla pkgconfig shebangfix tk:wrapper SHEBANG_FILES= tcl/pkg_mkIndex.tcl SHEBANG_LANG= tclsh tclsh_OLD_CMD= /usr/bin/tclsh |