diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-10-08 13:10:34 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-10-08 13:10:34 +0000 |
commit | 8e96686f745c6d8faaa2684b770b1d75439f21e3 (patch) | |
tree | 99f3ca7c4557b4388ef3a535956d67e7d2b048bb /audio/xcd | |
parent | Add tcl/tk ports to the virtual categories that bear their own name. (diff) |
Use tk8.0
Notes
Notes:
svn path=/head/; revision=8182
Diffstat (limited to 'audio/xcd')
-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 effb21242465..f3f6de626fa9 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 e0b3b073ca9b..d2d74e8a2f9c 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; |