summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/icewm-gnome/Makefile4
-rw-r--r--wm/icewm-imlib/Makefile4
-rw-r--r--wm/icewm/Makefile4
-rw-r--r--wm/icewm/Makefile.common3
4 files changed, 5 insertions, 10 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile
index a1aec99254b..dff06887601 100644
--- a/wm/icewm-gnome/Makefile
+++ b/wm/icewm-gnome/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2003/06/03 16:04:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2003/06/03 17:13:35 jmmv Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
COMMENT= Small, fast and light-weight window manager (GNOME version)
CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]*
-USE_BUILDLINK2= # defined
-
.include "../icewm/Makefile.common"
CONFIGURE_ARGS+= --with-gnome-menus=yes
diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile
index 830a0ece195..9f36896ccce 100644
--- a/wm/icewm-imlib/Makefile
+++ b/wm/icewm-imlib/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 16:06:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/06/03 17:13:35 jmmv Exp $
PKGNAME= ${DISTNAME:S/-/-imlib-/}
COMMENT= Small, fast and light-weight window manager (GNOME version)
CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]*
-USE_BUILDLINK2= # defined
-
.include "../icewm/Makefile.common"
PLIST_SRC= ${.CURDIR}/../icewm/PLIST
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile
index 732cab5c354..74ca56f1698 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2003/06/03 16:04:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2003/06/03 17:13:33 jmmv Exp $
PKGNAME= ${DISTNAME}
COMMENT= Small, fast and light-weight window manager
CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
-USE_BUILDLINK2= # defined
-
CONFIGURE_ARGS+= --with-gnome-menus=no
CONFIGURE_ARGS+= --with-imlib=no
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index ab3b6bca6dc..72d79cbf4c9 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2003/06/03 17:08:33 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.22 2003/06/03 17:13:34 jmmv Exp $
DISTNAME= icewm-1.2.7
CATEGORIES= x11 wm
@@ -8,6 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://icewm.sourceforge.net/
GNU_CONFIGURE= # defined
+USE_BUILDLINK2= yes
USE_X11= # defined
USE_GMAKE= # defined
USE_PKGINSTALL= yes