diff options
Diffstat (limited to 'audio/pd/Makefile')
-rw-r--r-- | audio/pd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 53d1bd46ad6..ba0963791b5 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -21,14 +21,12 @@ OPTIONS_DEFAULT=FFTW WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} -USES= gettext pkgconfig +USES= gettext gmake pkgconfig USE_TK_WRAPPER= yes -USE_GMAKE= yes USE_AUTOTOOLS= aclocal libtoolize autoconf automake ACLOCAL_ARGS= -I m4/generated -I m4 LIBTOOLIZE_ARGS=--install --force AUTOMAKE_ARGS= --add-missing --copy --force-missing -USE_GMAKE= yes MAN1= pd.1 pdreceive.1 pdsend.1 |