diff options
author | jmz <jmz@FreeBSD.org> | 1997-10-08 13:10:34 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-10-08 13:10:34 +0000 |
commit | c6fb6b0246325cdaff3399fcb90f1f9e7d3880c4 (patch) | |
tree | e132dd9729b521b0db469ec6b21e19218a87b622 /audio | |
parent | 882d7240ffaf75230c0539f711f41d52b18f9880 (diff) | |
download | FreeBSD-ports-c6fb6b0246325cdaff3399fcb90f1f9e7d3880c4.zip FreeBSD-ports-c6fb6b0246325cdaff3399fcb90f1f9e7d3880c4.tar.gz |
Use tk8.0
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcd/Makefile | 6 | ||||
-rw-r--r-- | audio/xcd/scripts/configure | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index effb212..f3f6de6 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -3,16 +3,16 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1997/04/20 13:18:45 wosch Exp $ +# $Id: Makefile,v 1.17 1997/06/01 22:54:12 jmz Exp $ # DISTNAME= xcd-1.6 -CATEGORIES= audio tk41 +CATEGORIES= audio tk80 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +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 e0b3b07..d2d74e8 100644 --- a/audio/xcd/scripts/configure +++ b/audio/xcd/scripts/configure @@ -10,4 +10,6 @@ MANDIR = $PREFIX/man/man1 END +mv xcd.in xcd.in~ +sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in exit 0; |