diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
commit | 99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch) | |
tree | 427da705764703a94f712bb0e321236c7353bd17 /wm | |
parent | 5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff) | |
download | pkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz |
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm-gnome/Makefile | 6 | ||||
-rw-r--r-- | wm/icewm/Makefile | 6 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 4c77f315d4f..fac6e2efcab 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2001/08/29 22:41:24 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 03:37:02 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} COMMENT= small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* -.include "../../wm/icewm/Makefile.common" +USE_BUILDLINK_ONLY= # defined + +.include "../icewm/Makefile.common" CONFIGURE_ARGS+= --with-gnome-menus="${GNOME_CONFIG}" CONFIGURE_ARGS+= --with-imlib diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile index 8413a8476cc..bd8273f33bb 100644 --- a/wm/icewm/Makefile +++ b/wm/icewm/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2001/08/29 22:41:24 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/09 03:37:02 jlam Exp $ # COMMENT= small, fast and light-weight window manager CONFLICTS+= icewm-gnome-[0-9]* -.include "../../wm/icewm/Makefile.common" +USE_BUILDLINK_ONLY= # defined + +.include "Makefile.common" .include "../../graphics/xpm/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 8a700240a76..1300a74f445 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2001/08/24 05:35:17 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2001/09/09 03:37:02 jlam Exp $ # DISTNAME= icewm-1.0.4 @@ -10,7 +10,6 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://icewm.sourceforge.net/ -USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= # defined USE_X11BASE= # defined |