diff options
Diffstat (limited to 'www/htmldoc/Makefile')
-rw-r--r-- | www/htmldoc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index 8acc1117c96..d2157a52aae 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2002/05/06 21:42:37 seb Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/23 23:34:59 jlam Exp $ # -PKGNAME= htmldoc-${HTMLDOC_VERSION} - -COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript +.include "${.CURDIR}/Makefile.common" -CONFIGURE_ARGS+= --without-gui --without-x +PKGNAME= htmldoc-${HTMLDOC_VERSION} +COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript CONFLICTS= htmldoc-x11-[0-9]* -.include "${.CURDIR}/Makefile.common" +CONFIGURE_ARGS+= --without-gui --without-x + +.include "../../mk/bsd.pkg.mk" |