diff options
author | pav <pav@FreeBSD.org> | 2004-01-29 09:14:46 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-29 09:14:46 +0000 |
commit | 47f889586c8f214f7187294c1c7e877c1bf02bb6 (patch) | |
tree | 4254b025cf03347631c76c5e5b282c784bb0820d /cad | |
parent | aea16ea2b171a8957b9aa578556fcc3df190cc4c (diff) | |
download | FreeBSD-ports-47f889586c8f214f7187294c1c7e877c1bf02bb6.zip FreeBSD-ports-47f889586c8f214f7187294c1c7e877c1bf02bb6.tar.gz |
- 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 ee0f3f4..da2e624 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} |