diff options
author | tron <tron@pkgsrc.org> | 2004-10-07 09:05:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-07 09:05:27 +0000 |
commit | fc5cafe61b4f344f942986caa8ddbb392f3f550a (patch) | |
tree | bf6a4901acb104b992f5bdd2584a6f47465e971e /chat | |
parent | 03299f939b750bc3358d9540ec448ea439449352 (diff) | |
download | pkgsrc-fc5cafe61b4f344f942986caa8ddbb392f3f550a.tar.gz |
We don't need to include "../../devel/glib/buildlink3.mk" explicitly here
because "x11/gtk/buildlink3.mk" does that for us.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index fc8d013499b..ee067d44d81 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2004/10/03 00:13:15 tv Exp $ +# $NetBSD: Makefile.common,v 1.33 2004/10/07 09:05:27 tron Exp $ DISTNAME= xchat-1.8.11 PKGREVISION= 9 @@ -54,6 +54,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat -.include "../../devel/glib/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../lang/python/application.mk" |