diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 16:46:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 16:46:12 +0000 |
commit | ff17df72709d7a809f21df178252c0be227add05 (patch) | |
tree | 1d198148938071540bad2c53d39ba04a83588b02 /print/lyx15 | |
parent | - Update to version 1.0a11 (diff) |
- Fix BUILD_DEPENDS
PR: ports/63882
Submitted by: Ports Fury
Diffstat (limited to 'print/lyx15')
-rw-r--r-- | print/lyx15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 7379ad54cc83..6572c58ef407 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - latex:${PORTSDIR}/print/teTeX + latex:${PORTSDIR}/print/teTeX \ + makepsres:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX |