pkgsrc/www/htmldoc-x11/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

17 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/12/15 20:33:03 joerg Exp $
#
.include "../../www/htmldoc/Makefile.common"
PKGNAME= htmldoc-x11-${HTMLDOC_VERSION}
PKGREVISION= 5
COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript (GUI available)
CONFLICTS= htmldoc-[0-9]*
CONFIGURE_ARGS+= --with-gui --with-x
.include "../../x11/fltk/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"