diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-02 17:54:40 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-02 17:54:40 +0000 |
commit | 1df6020df61e84ddf15ad37bcc24554ee8406cfb (patch) | |
tree | 988ec43e2c0dbee7fc3f792409fe3056bb43f836 /cad | |
parent | 8a5dea1bc7c646d4a253fc5d2cefc3f2ff17469a (diff) |
Notes
Diffstat (limited to 'cad')
-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 |