diff options
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index da2e624297b3..dbb9364de181 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -11,12 +11,12 @@ CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org 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 + latex:${PORTSDIR}/print/teTeX \ + wish:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |