diff options
author | snj <snj@pkgsrc.org> | 2004-04-30 05:25:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-30 05:25:59 +0000 |
commit | 744218de391be739a5a0ccf18bf1145d66d23b98 (patch) | |
tree | 6019e0aad72d10da13bffe5e752c3eb7f61273eb /www/htmldoc-x11 | |
parent | 9e271c2b3d1170672c99fae802f9a1d68f422688 (diff) | |
download | pkgsrc-744218de391be739a5a0ccf18bf1145d66d23b98.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/htmldoc-x11')
-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" |