diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:14:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:14:46 +0000 |
commit | 5dc6f9aeef2f5c6b5fec2e6facb85b2a6075d888 (patch) | |
tree | ccf139ee910e194ba325e852907327638466af9a /cad | |
parent | Fix Location of qmakespec. (diff) |
- Add dependency on tcl to satisfy configure script
Reported by: bento via kris
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index ee0f3f460aed..da2e624297b3 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -16,6 +16,7 @@ COMMENT= X11 interactive printed circuit board layout system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX +LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |