diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:14:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:14:26 +0000 |
commit | 33e0ec721c8a4f45db60ce1ea3f9d426d142e0eb (patch) | |
tree | 2b79b9e14a4580d56a7bf334cf31882b62ac5ed8 /print/sgf2tex | |
parent | 0b66cb1f1babc7c81d26594d687422650abca365 (diff) | |
download | ports-33e0ec721c8a4f45db60ce1ea3f9d426d142e0eb.tar.gz ports-33e0ec721c8a4f45db60ce1ea3f9d426d142e0eb.zip |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132036
Diffstat (limited to 'print/sgf2tex')
-rw-r--r-- | print/sgf2tex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/sgf2tex/Makefile b/print/sgf2tex/Makefile index 0c46616594f1..ee118fb0aa38 100644 --- a/print/sgf2tex/Makefile +++ b/print/sgf2tex/Makefile @@ -16,6 +16,8 @@ COMMENT= Convert a Go game record in SGF format into TeX and provide fonts to ma BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX +BROKEN= Incomplete pkg-plist + MAN1= sgf2tex.1 sgfsplit.1 .include <bsd.port.mk> |