diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-02 15:38:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-02 15:38:00 +0000 |
commit | 15ea658235ba24b010e075cc956e4fa0ad3a044c (patch) | |
tree | 5789331138d7e8c081677f149545de4a7d55772d /wm | |
parent | 14512d513b90c0fe93869a381688ee7a9903fbd3 (diff) | |
download | pkgsrc-15ea658235ba24b010e075cc956e4fa0ad3a044c.tar.gz |
Move a common line to Makefile.common.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmx-gnome/Makefile | 3 | ||||
-rw-r--r-- | wm/wmx/Makefile | 4 | ||||
-rw-r--r-- | wm/wmx/Makefile.common | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile index b2ae09913d1..cc5e37b6ad8 100644 --- a/wm/wmx-gnome/Makefile +++ b/wm/wmx-gnome/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/05/01 17:57:54 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/02 15:38:00 minskim Exp $ PKGNAME= wmx-gnome-${WMX_VERS} CATEGORIES+= gnome COMMENT= Another X11 window manager based on wm2, with GNOME compliance -USE_BUILDLINK3= yes USE_GCC_SHLIB= # defined .include "../../wm/wmx/Makefile.common" diff --git a/wm/wmx/Makefile b/wm/wmx/Makefile index 514285193f4..4b53d55d197 100644 --- a/wm/wmx/Makefile +++ b/wm/wmx/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/05/01 17:57:54 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/06/02 15:38:00 minskim Exp $ PKGNAME= wmx-${WMX_VERS} COMMENT= Another X11 window manager based on wm2 -USE_BUILDLINK3= yes - .include "../../wm/wmx/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/wm/wmx/Makefile.common b/wm/wmx/Makefile.common index dc711815329..df29cdc6487 100644 --- a/wm/wmx/Makefile.common +++ b/wm/wmx/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2004/05/01 17:57:54 snj Exp $ +# $NetBSD: Makefile.common,v 1.9 2004/06/02 15:38:00 minskim Exp $ DISTNAME= wmx-6 WMX_VERS= 6.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.all-day-breakfast.com/wmx/ CONFLICTS+= wmx-[0-9]* wmx-gnome-[0-9]* +USE_BUILDLINK3= yes USE_X11BASE= # defined USE_GCC_SHLIB= # defined GNU_CONFIGURE= # defined |