diff options
author | gson <gson@pkgsrc.org> | 2002-12-01 21:34:16 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2002-12-01 21:34:16 +0000 |
commit | d477135580af20f224704a3222f9073f948bfa62 (patch) | |
tree | 2262849160fae3cf90788594ced1e8b62242051d /audio/tcl-snack | |
parent | e469fec0070399183a8dc0270124ab1aaba65509 (diff) | |
download | pkgsrc-d477135580af20f224704a3222f9073f948bfa62.tar.gz |
Use buildlink2.
Diffstat (limited to 'audio/tcl-snack')
-rw-r--r-- | audio/tcl-snack/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index 6825cb03818..19bfbc892cc 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/26 02:26:26 gson Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/01 21:34:16 gson Exp $ DISTNAME= snack2.2a2 PKGNAME= tcl-snack-2.2a2 @@ -10,10 +10,10 @@ MAINTAINER= gson@netbsd.org HOMEPAGE= http://www.speech.kth.se/snack/ COMMENT= The Snack Sound Toolkit -DEPENDS+= tcl>=8.0:../../lang/tcl -DEPENDS+= tk>=8.0:../../x11/tk - +USE_BUILDLINK2= YES GNU_CONFIGURE= YES +USE_X11= YES WRKSRC= ${WRKDIR}/${DISTNAME}/unix +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |