summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 03:37:00 +0000
committerjlam <jlam>2001-09-09 03:37:00 +0000
commitd9ac3b894e82a99d71b58d03fad308f718f90217 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /wm/icewm/Makefile
parentc4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff)
downloadpkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.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"