diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 12:45:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 12:45:16 +0000 |
commit | 8f35749c6fda834fcc8a227bf34d3c8545188912 (patch) | |
tree | 3c47f4ee7e0e777062b9c677d035a29268b3be14 /audio/snack | |
parent | c487105f082f49ede3520b888fdb4989b471ae0c (diff) | |
download | ports-8f35749c6fda834fcc8a227bf34d3c8545188912.tar.gz ports-8f35749c6fda834fcc8a227bf34d3c8545188912.zip |
Notes
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 1f6673add091..29c9593f0dc2 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -14,11 +14,8 @@ COMMENT= Sound toolkit for scripting languages LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING -USES= tk +USES= tk:tea USE_LDCONFIG= ${PREFIX}/lib/snack${PORTVERSION:R} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ - --with-tk=${TK_LIBDIR} MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} WRKSRC= ${WRKDIR}/${DISTNAME}/unix |