summaryrefslogtreecommitdiff
path: root/wm/pwm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 03:10:08 +0000
committerjlam <jlam>2001-09-09 03:10:08 +0000
commit9798af67f033b0996eca9406cf2aced10bed5833 (patch)
tree1201fede0fd6463d4753df934df4cf5a0d38d729 /wm/pwm/Makefile
parentb03a4b7c5b2d02d18955d83bf458d128c73a8554 (diff)
downloadpkgsrc-9798af67f033b0996eca9406cf2aced10bed5833.tar.gz
USE_X11 --> x11.buildlink.mk.
Diffstat (limited to 'wm/pwm/Makefile')
-rw-r--r--wm/pwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile
index 8f019070935..f2f167b2012 100644
--- a/wm/pwm/Makefile
+++ b/wm/pwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/30 10:34:15 zuntum Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 03:10:08 jlam Exp $
#
DISTNAME= pwm-1.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.students.tut.fi/~tuomov/pwm/
COMMENT= Window manager that frames multiple client windows in a single frame
USE_BUILDLINK_ONLY= YES
-USE_GMAKE= yes
-USE_X11= yes
+USE_GMAKE= YES
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"