diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 22:07:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 22:07:06 +0000 |
commit | 820e439a9a3dca428857b86f83a228814fc24328 (patch) | |
tree | 04312bca1575c04c046dd1018226e2c4dd1383be /chat/xchat/Makefile.common | |
parent | 263d305dcdba2a10a1bb60947a15c366de04b3d6 (diff) | |
download | pkgsrc-820e439a9a3dca428857b86f83a228814fc24328.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 691ccc4329b..622384124d8 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2004/04/25 04:16:43 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.29 2004/04/26 22:07:06 snj Exp $ DISTNAME= xchat-1.8.11 PKGREVISION= 8 @@ -18,7 +18,7 @@ PATCHDIR= ${.CURDIR}/../xchat/patches PKGDIR= ${.CURDIR}/../xchat PLIST_SRC= ${.CURDIR}/../xchat/PLIST -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_X11BASE= YES @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-ipv6 # SSL support .if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES" -. include "../../security/openssl/buildlink2.mk" +. include "../../security/openssl/buildlink3.mk" CONFIGURE_ARGS+= --enable-openssl=${SSLBASE} .endif @@ -54,6 +54,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat -.include "../../devel/glib/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" +.include "../../devel/glib/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../lang/python/application.mk" |