diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 9421a448686317fbc5d43fc41ed16892b01846d1 (patch) | |
tree | 01bbd49be2970efe44781c29b84234aed1351bcd /audio | |
parent | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (diff) | |
download | ports-9421a448686317fbc5d43fc41ed16892b01846d1.tar.gz ports-9421a448686317fbc5d43fc41ed16892b01846d1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcd/Makefile | 4 | ||||
-rw-r--r-- | audio/xcd/scripts/configure | 2 | ||||
-rw-r--r-- | audio/xmpeg3/Makefile | 4 | ||||
-rw-r--r-- | audio/xmpeg3/files/patch-aa | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 16829da9d247..3549489c47f8 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -7,12 +7,12 @@ # DISTNAME= xcd-1.6 -CATEGORIES= audio tk81 +CATEGORIES= audio tk80 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/xcd MAN1= cdplayer.1 xcd.1 diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure index 15f1c6b4e8a8..d2d74e8a2f9c 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.1/' < xcd.in~ > xcd.in +sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in exit 0; diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index adbd91668c95..b984ff4dd896 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -8,14 +8,14 @@ DISTNAME= xmp3_1.0.0 PKGNAME= xmpeg3-1.0 -CATEGORIES= audio tk81 +CATEGORIES= audio tk80 MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ - wish8.1:${PORTSDIR}/x11/tk81 + wish8.0:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/xmpeg3 NO_BUILD= yes diff --git a/audio/xmpeg3/files/patch-aa b/audio/xmpeg3/files/patch-aa index 9e91120829d8..1b290d64d6c9 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.1 ++#!@@PREFIX@@/bin/wish8.0 ############################################################################# # Visual Tcl v1.07 Project # |