diff options
author | steve <steve@FreeBSD.org> | 2001-12-16 19:38:20 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-16 19:38:20 +0000 |
commit | fc5c7c03efb775b87fc39423a52c897bbdaa4bf9 (patch) | |
tree | 1dc00de87f9a8e4a95e3d7be195f680aac0aa95e /audio/snack | |
parent | 4cce48b3f4a6a6a23538cf88df4d7f8ee080861e (diff) | |
download | FreeBSD-ports-fc5c7c03efb775b87fc39423a52c897bbdaa4bf9.zip FreeBSD-ports-fc5c7c03efb775b87fc39423a52c897bbdaa4bf9.tar.gz |
This port LIB_DEPENDS on Tcl/Tk version 8.3.x.
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 41ac626..96e405a 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 + WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ |