diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-24 20:12:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-24 20:12:19 +0000 |
commit | 2d8dec928f8aae48d899442c346c9717efc38daa (patch) | |
tree | ff22d2e6a1ab6ea508a8dcd93cbbec19c2d81b95 /science | |
parent | c477b56d57589acd0c116b304962b24fa024ed6d (diff) | |
download | ports-2d8dec928f8aae48d899442c346c9717efc38daa.tar.gz ports-2d8dec928f8aae48d899442c346c9717efc38daa.zip |
Fix build dependences.
Reported by: Kris via pointyhat.
Notes
Notes:
svn path=/head/; revision=122334
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index a8d41ccc397a..7f462b6251a0 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -40,7 +40,8 @@ CONFIGURE_ARGS+= --enable-multiharmonic NOPORTDOCS= yes . else ALL_TARGET= all doc -BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/teTeX-base \ + dvips:${PORTSDIR}/print/dvipsk-tetex USE_PERL5_BUILD= yes . endif .endif |