diff options
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 58a8fb1a6f25..9bf7e0cbf9b6 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcb PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ \ ftp://sunsite.sut.ac.jp/pub/archives/linux/jp-linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ @@ -15,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX \ - texinfo:${PORTSDIR}/print/texinfo \ texi2html:${PORTSDIR}/textproc/texi2html USE_IMAKE= yes |