summaryrefslogtreecommitdiff
path: root/wm/ratpoison
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-03-13 15:01:40 +0000
committerjlam <jlam@pkgsrc.org>2001-03-13 15:01:40 +0000
commit14b034d4cf887f36773fb4e7e4ace39aa962d188 (patch)
tree80a5f54ae7ff7a6e3b86b2941096238d562fb634 /wm/ratpoison
parent94db54d828a0c6af1db801764dc6f5f05bef65d7 (diff)
downloadpkgsrc-14b034d4cf887f36773fb4e7e4ace39aa962d188.tar.gz
Add USE_X11 to get correct linker directives
Diffstat (limited to 'wm/ratpoison')
-rw-r--r--wm/ratpoison/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index 1b235f76d5e..0636a434223 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/12 07:59:08 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/03/13 15:01:40 jlam Exp $
#
DISTNAME= ratpoison-0.1.1
@@ -10,5 +10,6 @@ HOMEPAGE= http://ratpoison.sourceforge.net/
COMMENT= Simple window manager with no fat library dependencies
GNU_CONFIGURE= YES
+USE_X11= YES
.include "../../mk/bsd.pkg.mk"