diff options
author | zuntum <zuntum> | 2001-06-30 10:25:01 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 10:25:01 +0000 |
commit | 8f526f463e1578a10a7074d5a6057fb2fc2264bf (patch) | |
tree | f61b3a580f779d2e671134896657ffba360c55bd /wm/icewm/Makefile | |
parent | 77e90e3c706ee307e1d2a0df8fe00d53377944dc (diff) | |
download | pkgsrc-8f526f463e1578a10a7074d5a6057fb2fc2264bf.tar.gz |
Converted to use buildlink.mk files
Diffstat (limited to 'wm/icewm/Makefile')
-rw-r--r-- | wm/icewm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile index 3017c1bf0bb..ad39475bfcf 100644 --- a/wm/icewm/Makefile +++ b/wm/icewm/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 10:25:01 zuntum Exp $ # COMMENT= small, fast and light-weight window manager -USE_XPM= YES - CONFLICTS+= icewm-gnome-[0-9]* -EVAL_PREFIX+= XPMDIR=xpm -CONFIGURE_ARGS+= --with-xpm="${XPMDIR}" - +.include "../../graphics/xpm/buildlink.mk" .include "../../wm/icewm/Makefile.common" |