diff options
Diffstat (limited to 'www/htmldoc-x11/Makefile')
-rw-r--r-- | www/htmldoc-x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile index 7d62a62e2ab..dae29af100c 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/13 09:38:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/30 05:26:00 snj Exp $ # .include "../htmldoc/Makefile.common" @@ -12,7 +12,7 @@ CONFLICTS= htmldoc-[0-9]* USE_X11= # defined CONFIGURE_ARGS+= --with-gui --with-x -.include "../../x11/fltk/buildlink2.mk" -.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/fltk/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |