summaryrefslogtreecommitdiff
path: root/wm/icewm-gnome
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-23 13:14:43 +0000
committerjlam <jlam@pkgsrc.org>2001-10-23 13:14:43 +0000
commitdff59f9ec3fce115212f12209d16f2eb7efc230a (patch)
treec71c5298b558906fd133ec61d9111ec38e51b68d /wm/icewm-gnome
parent936b41aaa1ea35b5419d2d89a11c464a758ad424 (diff)
downloadpkgsrc-dff59f9ec3fce115212f12209d16f2eb7efc230a.tar.gz
x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r--wm/icewm-gnome/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile
index fac6e2efcab..e080e0873ed 100644
--- a/wm/icewm-gnome/Makefile
+++ b/wm/icewm-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/09/09 03:37:02 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/10/23 13:15:05 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
COMMENT= small, fast and light-weight window manager (GNOME version)
@@ -12,6 +12,6 @@ USE_BUILDLINK_ONLY= # defined
CONFIGURE_ARGS+= --with-gnome-menus="${GNOME_CONFIG}"
CONFIGURE_ARGS+= --with-imlib
-.include "../../x11/gnome-libs/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
+.include "../../x11/gnome-libs/buildlink.mk"
.include "../../mk/bsd.pkg.mk"