diff options
author | krion <krion@FreeBSD.org> | 2004-03-07 16:46:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-07 16:46:12 +0000 |
commit | 326b9e09ffaec241c6dc6869cb1c6e9a6a1b8f99 (patch) | |
tree | 6394261343c3b0a4a8ebed6d49f2674cd334fb71 /print/lyx15 | |
parent | f2f2b2e9368e8473c18b3b4a5e2e131752753a78 (diff) | |
download | FreeBSD-ports-326b9e09ffaec241c6dc6869cb1c6e9a6a1b8f99.zip FreeBSD-ports-326b9e09ffaec241c6dc6869cb1c6e9a6a1b8f99.tar.gz |
- 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 7379ad5..6572c58 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 |