diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-03 17:13:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-03 17:13:33 +0000 |
commit | d836fc8bccc513d3556d88ae16b12955cf7b2742 (patch) | |
tree | 85256f35d3a01dfc42e7461a822ecd0baf31a16c /wm/icewm | |
parent | 6aca9e70e1325eb06bf97716f5903b3127158e92 (diff) | |
download | pkgsrc-d836fc8bccc513d3556d88ae16b12955cf7b2742.tar.gz |
Move USE_BUILDLINK2 definition to icewm/Makefile.common.
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile | 4 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 3 |
2 files changed, 3 insertions, 4 deletions
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 |