summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
committerjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
commit99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /wm/icewm/Makefile
parent5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff)
downloadpkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'wm/icewm/Makefile')
-rw-r--r--wm/icewm/Makefile6
1 files changed, 4 insertions, 2 deletions
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"