diff options
author | tron <tron@pkgsrc.org> | 2004-10-07 09:04:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-07 09:04:33 +0000 |
commit | b116747024fd851c094a003ac98c8377dceb8789 (patch) | |
tree | e426bb0aff516eec41e8c7b527d22fa01589b968 | |
parent | 3bbaf1fea6fe738bf16022bc2a335d109eb46a43 (diff) | |
download | pkgsrc-b116747024fd851c094a003ac98c8377dceb8789.tar.gz |
We don't need to include "graphics/gdk-pixbuf-gnome/buildlink3.mk"
explicitly here because "x11/gnome-core/buildlink3.mk" does that for us.
-rw-r--r-- | chat/xchat-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index 853eef31b77..33555a017e4 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/26 22:07:06 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/07 09:04:33 tron Exp $ .include "../xchat/Makefile.common" @@ -9,7 +9,6 @@ COMMENT+= and GNOME libraries CONFIGURE_ARGS+= --enable-panel -.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" .include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |