summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-24 05:35:17 +0000
committerjlam <jlam@pkgsrc.org>2001-08-24 05:35:17 +0000
commitaab0c5862a42f78bc50660029261be3a2c4d599b (patch)
tree26d7a9d3b709260b4b3868104ec3b9756a99eac2 /wm/icewm/Makefile
parent8d611eeb9636dd20bc2eb72af58d009c09bad5a5 (diff)
downloadpkgsrc-aab0c5862a42f78bc50660029261be3a2c4d599b.tar.gz
Include Makefile.common near the start of the package Makefile, and
manually include bsd.pkg.mk in each package.
Diffstat (limited to 'wm/icewm/Makefile')
-rw-r--r--wm/icewm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile
index ad39475bfcf..ae1ca1b05a8 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2001/06/30 10:25:01 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/24 05:35:17 jlam Exp $
#
COMMENT= small, fast and light-weight window manager
CONFLICTS+= icewm-gnome-[0-9]*
-.include "../../graphics/xpm/buildlink.mk"
.include "../../wm/icewm/Makefile.common"
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"