diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-04 14:42:25 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-04 14:42:25 +0000 |
commit | f0c853e05b64d9c8e1de95f069d53c56e62fda6d (patch) | |
tree | 2634bf2a8b849661c3a732f87eda27d866f0cfb1 /audio/xcd/Makefile | |
parent | Fix problem with <tab> characters. (diff) |
Upgrade to version 1.5 (works with tk4.1)
Notes
Notes:
svn path=/head/; revision=4294
Diffstat (limited to 'audio/xcd/Makefile')
-rw-r--r-- | audio/xcd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index cf7046d364ef..ef610351c156 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xcd -# Version required: 1.4 +# Version required: 1.5 # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1995/12/13 02:12:54 jmz Exp $ +# $Id: Makefile,v 1.11 1996/04/30 10:33:28 jmz Exp $ # -DISTNAME= xcd-1.4 +DISTNAME= xcd-1.5 CATEGORIES+= audio MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ @@ -14,6 +14,6 @@ WRKSRC= ${WRKDIR}/xcd MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish:${PORTSDIR}/x11/tk41 .include <bsd.port.mk> |