diff options
author | jlam <jlam> | 2002-09-21 23:53:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-21 23:53:13 +0000 |
commit | f3a295749fa00ff791621d1f5d1abad3b9b79dc8 (patch) | |
tree | 958c67b9ccc780154722f396d860152968a46798 /chat | |
parent | b5190f1787500fdb20ebf3264a4abdfec8b82b78 (diff) | |
download | pkgsrc-f3a295749fa00ff791621d1f5d1abad3b9b79dc8.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index b98653c8bf0..2df4c8dd4be 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/21 23:53:13 jlam Exp $ .include "../xchat/Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= and GNOME libraries CONFIGURE_ARGS+= --enable-panel -.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" -.include "../../x11/gnome-core/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" +.include "../../x11/gnome-core/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |