diff options
author | obraun <obraun@FreeBSD.org> | 2003-01-31 22:08:16 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-01-31 22:08:16 +0000 |
commit | 50bc60151cc72fc9439fdd5bdc907a8b060bf850 (patch) | |
tree | 194732a6f3e39ddb5b90fee35c5f6f43488e5a87 /x11/xnee | |
parent | edd9acb3c412922179d13b4af2fa7d08f4d86e52 (diff) | |
download | FreeBSD-ports-50bc60151cc72fc9439fdd5bdc907a8b060bf850.zip FreeBSD-ports-50bc60151cc72fc9439fdd5bdc907a8b060bf850.tar.gz |
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 9e654db..e7fce25 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 |