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 | 47e9906edcc49c92eb63e657ff350bf3520e5652 (patch) | |
tree | 6019e0aad72d10da13bffe5e752c3eb7f61273eb /www/htmldoc-x11 | |
parent | 96c0c03cdf074b1bae77a187fc7f02cb47ec3e07 (diff) | |
download | pkgsrc-47e9906edcc49c92eb63e657ff350bf3520e5652.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" |