diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 22:08:16 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 22:08:16 +0000 |
commit | 25ca1f1fc9ffe7c435dbf143b421552d786a74ca (patch) | |
tree | 4a9d48aad47fc98fd7809aa1aa24722ceb8fe497 /x11/xnee | |
parent | Update the outdated pkg-descr as requested by the nessus developer. (diff) |
Add dependency on texproc/texi2html.
PR: ports/47722
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'x11/xnee')
-rw-r--r-- | x11/xnee/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 9e654db56760..e7fce25b57ee 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html + USE_X_PREFIX= yes USE_PERL5= yes USE_REINPLACE= yes |