diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /audio | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.zst freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.zip |
Upgrade to use tcl8.1 and tk8.1.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcd/Makefile | 6 | ||||
-rw-r--r-- | audio/xcd/scripts/configure | 2 | ||||
-rw-r--r-- | audio/xmpeg3/Makefile | 6 | ||||
-rw-r--r-- | audio/xmpeg3/files/patch-aa | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index f3f6de626fa9..16829da9d247 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -3,16 +3,16 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.17 1997/06/01 22:54:12 jmz Exp $ +# $Id: Makefile,v 1.18 1997/10/08 13:10:20 jmz Exp $ # DISTNAME= xcd-1.6 -CATEGORIES= audio tk80 +CATEGORIES= audio tk81 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 WRKSRC= ${WRKDIR}/xcd MAN1= cdplayer.1 xcd.1 diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure index d2d74e8a2f9c..15f1c6b4e8a8 100644 --- a/audio/xcd/scripts/configure +++ b/audio/xcd/scripts/configure @@ -11,5 +11,5 @@ MANDIR = $PREFIX/man/man1 END mv xcd.in xcd.in~ -sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in +sed -e 's/wish4\.1/wish8.1/' < xcd.in~ > xcd.in exit 0; diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 42400b2392b9..adbd91668c95 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -3,19 +3,19 @@ # Date created: 7 July 1997 # Whom: doconnor@ist.flinders.edu.au # -# $Id: Makefile,v 1.3 1997/10/30 15:04:15 tg Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:38:11 fenner Exp $ # DISTNAME= xmp3_1.0.0 PKGNAME= xmpeg3-1.0 -CATEGORIES= audio tk80 +CATEGORIES= audio tk81 MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ - wish8.0:${PORTSDIR}/x11/tk80 + wish8.1:${PORTSDIR}/x11/tk81 WRKSRC= ${WRKDIR}/xmpeg3 NO_BUILD= yes diff --git a/audio/xmpeg3/files/patch-aa b/audio/xmpeg3/files/patch-aa index 1b290d64d6c9..9e91120829d8 100644 --- a/audio/xmpeg3/files/patch-aa +++ b/audio/xmpeg3/files/patch-aa @@ -1,7 +1,7 @@ --- xmpeg3.orig Tue Mar 25 13:21:26 1997 +++ xmpeg3 Thu Oct 30 16:00:48 1997 @@ -1,3 +1,4 @@ -+#!@@PREFIX@@/bin/wish8.0 ++#!@@PREFIX@@/bin/wish8.1 ############################################################################# # Visual Tcl v1.07 Project # |