diff options
author | minskim <minskim> | 2004-03-12 00:02:38 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-12 00:02:38 +0000 |
commit | 23f5a15295ef3eb028a6b3925d9bb8cda9a3851f (patch) | |
tree | 9b92848f6bbc702372824274662260291e4f39c6 /cad | |
parent | 9946008f405156fb84dfb24887ab211da61ae2c0 (diff) | |
download | pkgsrc-23f5a15295ef3eb028a6b3925d9bb8cda9a3851f.tar.gz |
Switch to Tk 8.4.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mpac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/mpac/Makefile b/cad/mpac/Makefile index c81eff70854..ba479d41677 100644 --- a/cad/mpac/Makefile +++ b/cad/mpac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/12 00:02:38 minskim Exp $ # DISTNAME= mpac-0.2.2 @@ -9,7 +9,7 @@ MASTER_SITES= http://goemon.polito.it/ftp/pub/software/lethal/Elettronica/antenn MAINTAINER= dmcmahill@NetBSD.org COMMENT= Microstrip Patch Antenna Calculator -DEPENDS+= tk>=8.1:../../x11/tk83 +DEPENDS+= tk>=8.1:../../x11/tk do-build: ${SED} 's;patch.gif;${PREFIX}/share/mpac/patch.gif;g' ${WRKSRC}/mpac.tcl > ${WRKSRC}/mpac |