summaryrefslogtreecommitdiff
path: root/wm/icewm-gnome
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-23 13:14:43 +0000
committerjlam <jlam>2001-10-23 13:14:43 +0000
commit44faf1b7d13b36630aaf52200de7e3437021e56b (patch)
treec71c5298b558906fd133ec61d9111ec38e51b68d /wm/icewm-gnome
parent40fa40e76383539d2ed0f11c8a34badb0bfd4e39 (diff)
downloadpkgsrc-44faf1b7d13b36630aaf52200de7e3437021e56b.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"