diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-18 14:37:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-18 14:37:20 +0000 |
commit | ee84b68686ff82943233f8cba4ec2a7dc7e939ae (patch) | |
tree | f85cfb88ea1f3238ba50d53846253b6c1ad4805c /chat/xchat | |
parent | d625d181b048efe1f838f5ebc193814a5d36adb8 (diff) | |
download | pkgsrc-ee84b68686ff82943233f8cba4ec2a7dc7e939ae.tar.gz |
use python buildlink
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index f8a3443856a..4285f48c45b 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/01/16 14:59:38 tron Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/18 14:37:20 drochner Exp $ DISTNAME= xchat-1.8.7 CATEGORIES= chat x11 gnome @@ -9,13 +9,12 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit -DEPENDS+= python>=2.0:../../lang/python - 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}" BUILD_DEFS+= USE_INET6 @@ -47,5 +46,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat +.include "../../lang/python/application.buildlink.mk" .include "../../x11/gnome-core/buildlink.mk" .include "../../mk/bsd.pkg.mk" |