diff options
author | tron <tron@pkgsrc.org> | 2002-09-12 12:34:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-12 12:34:00 +0000 |
commit | 5a1544d05823df7c476eb71f6eeaee2bb21b5e18 (patch) | |
tree | 5a43c36199d19f700881b6cfb5c852b7b2cdde3b /chat | |
parent | ee6308f0bb4ecfd6c394bd7ab63ea98ef8e35a29 (diff) | |
download | pkgsrc-5a1544d05823df7c476eb71f6eeaee2bb21b5e18.tar.gz |
Include "application.buildlink.mk" to get Python support working again.
This obviously got broken when the "xchat" package was split.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 7f0000b46d6..992cf838da3 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/08/19 19:59:37 tron Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/09/12 12:34:00 tron Exp $ DISTNAME= xchat-1.8.10 CATEGORIES= chat x11 @@ -51,3 +51,4 @@ post-install: .include "../../devel/glib/buildlink.mk" .include "../../lang/perl5/buildlink.mk" +.include "../../lang/python/application.buildlink.mk" |