diff options
-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" |