summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 23:46:45 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 23:46:45 +0000
commite44bf515dca964f13aa06a03626a32a7753205f3 (patch)
tree697974df9adeedbe3b04d377f1c3143f916bf1ab /chat/xchat
parent48fe50ff788b4a1718b3fe1c754d3d5bc74a469e (diff)
downloadpkgsrc-e44bf515dca964f13aa06a03626a32a7753205f3.tar.gz
Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile.common26
1 files changed, 14 insertions, 12 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 992cf838da3..7dce3461f0d 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2002/09/12 12:34:00 tron Exp $
+# $NetBSD: Makefile.common,v 1.4 2002/09/21 23:46:46 jlam Exp $
DISTNAME= xchat-1.8.10
CATEGORIES= chat x11
@@ -15,17 +15,19 @@ PATCHDIR= ${.CURDIR}/../xchat/patches
PKGDIR= ${.CURDIR}/../xchat
PLIST_SRC= ${.CURDIR}/../xchat/PLIST
-USE_GMAKE= YES
-USE_PERL5= YES
-USE_X11BASE= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes'
-CONFIGURE_ENV+= pythonpath=${PYTHONBIN}
-MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+USE_BUILDLINK2= YES
+USE_X11BASE= YES
+USE_GMAKE= YES
+USE_PERL5= YES
USE_GNU_GETTEXT= YES
BUILD_USES_MSGFMT= YES
-BUILD_DEFS+= USE_INET6 USE_SOCKS
+BUILD_DEFS+= USE_INET6 USE_SOCKS
+MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes'
+CONFIGURE_ENV+= pythonpath=${PYTHONBIN}
.include "../../mk/bsd.prefs.mk"
@@ -49,6 +51,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
-.include "../../devel/glib/buildlink.mk"
-.include "../../lang/perl5/buildlink.mk"
-.include "../../lang/python/application.buildlink.mk"
+.include "../../devel/glib/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/python/application.mk"