diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:57:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:57:33 +0000 |
commit | a8a06500d4c8066c802538f86d042a35b3499d83 (patch) | |
tree | f6d9e779fca8e785f683249957d8f3e358cd3458 | |
parent | "meta-port" for Kwiki Plugins. (diff) |
Fix dependency.
Notes
Notes:
svn path=/head/; revision=117264
-rw-r--r-- | print/texpower/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/texpower/Makefile b/print/texpower/Makefile index ab3f26b30c08..dfceb2c79a06 100644 --- a/print/texpower/Makefile +++ b/print/texpower/Makefile @@ -17,6 +17,7 @@ DISTNAME= ${PORTNAME}-0-1b MAINTAINER= hrs@FreeBSD.org COMMENT= Creating dynamic online presentations with LaTeX +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} \ |