aboutsummaryrefslogtreecommitdiff
path: root/audio/snack
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-17 01:14:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-17 01:14:07 +0000
commit32d733d17237971154a8edb47bc768a3139f33dd (patch)
tree1a34756e36a3dd6df717d4d832f03f69fcd3a7f1 /audio/snack
parent8d085d7a37004a95e4f1cad424c7cd1b40108fdb (diff)
downloadports-32d733d17237971154a8edb47bc768a3139f33dd.tar.gz
ports-32d733d17237971154a8edb47bc768a3139f33dd.zip
Update to tcl/tk 8.4 and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=87096
Diffstat (limited to 'audio/snack')
-rw-r--r--audio/snack/Makefile9
-rw-r--r--audio/snack/files/patch-Makefile.in4
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile
index dfbf1548ab62..c680b52b3812 100644
--- a/audio/snack/Makefile
+++ b/audio/snack/Makefile
@@ -8,20 +8,21 @@
PORTNAME= snack
PORTVERSION= 2.2.2
-CATEGORIES= audio tcl83 tk83
+PORTREVISION= 1
+CATEGORIES= audio tcl84 tk84
MASTER_SITES= http://www.speech.kth.se/~kare/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Snack Sound Toolkit
-LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
+LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \
- --with-tk=${LOCALBASE}/lib/tk8.3 \
+CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
+ --with-tk=${LOCALBASE}/lib/tk8.4 \
--prefix=${PREFIX}
PLIST_SUB= SNACK_VER=2.2
diff --git a/audio/snack/files/patch-Makefile.in b/audio/snack/files/patch-Makefile.in
index 25248918edf2..c9fd2b812005 100644
--- a/audio/snack/files/patch-Makefile.in
+++ b/audio/snack/files/patch-Makefile.in
@@ -4,12 +4,12 @@
# The path to the tcl.h header file
-TCL_INCPATH = @TCL_SRC_DIR@/generic
-+TCL_INCPATH = %%LOCALBASE%%/include/tcl8.3/generic
++TCL_INCPATH = %%LOCALBASE%%/include/tcl8.4/generic
# The path to the tk.h header file
-TK_INCPATH = @TK_SRC_DIR@/generic
-+TK_INCPATH = %%LOCALBASE%%/include/tk8.3/generic
++TK_INCPATH = %%LOCALBASE%%/include/tk8.4/generic
# The path to the X11 include files