diff options
author | minskim <minskim> | 2004-03-07 01:17:45 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 01:17:45 +0000 |
commit | e527cf13aec5d3e30238cb129bb806a007f14a31 (patch) | |
tree | d0ce65045114b3bc24abc86ce504ba4b74873330 /misc/xchm | |
parent | b67ee7450dc020a0bf3e2c9c0ab37dee16778aa6 (diff) | |
download | pkgsrc-e527cf13aec5d3e30238cb129bb806a007f14a31.tar.gz |
bl3ify.
Diffstat (limited to 'misc/xchm')
-rw-r--r-- | misc/xchm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 505ff7dc967..7c7657aef8c 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/03 22:42:10 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/07 01:17:45 minskim Exp $ # DISTNAME= xchm-0.9 @@ -9,11 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://xchm.sourceforge.net/ COMMENT= CHM viewer for UNIX -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LANGUAGES= c++ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -.include "../../devel/chmlib/buildlink2.mk" -.include "../../x11/wxGTK/buildlink2.mk" +.include "../../devel/chmlib/buildlink3.mk" +.include "../../x11/wxGTK/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |