diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-03 01:54:40 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-03 01:54:40 +0800 |
commit | e1da4acb53ff6bd3e1e6ac726bab48ebe6f9346c (patch) | |
tree | ca2c32f90ed377d8c70b8fc7045035286e62fa5c | |
parent | 96286aabe47b6d28964e94e0a4bc4a977ee31c68 (diff) | |
download | freebsd-ports-gnome-e1da4acb53ff6bd3e1e6ac726bab48ebe6f9346c.tar.gz freebsd-ports-gnome-e1da4acb53ff6bd3e1e6ac726bab48ebe6f9346c.tar.zst freebsd-ports-gnome-e1da4acb53ff6bd3e1e6ac726bab48ebe6f9346c.zip |
Don't depend on textinfo
PR: 36516
Submitted by: ports@geeksrus.net
-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 |