summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2011-04-01 14:49:52 +0000
committerjoerg <joerg>2011-04-01 14:49:52 +0000
commita6f1354789386504192a2583df1cdf9f49835c09 (patch)
tree498a3e13a065d5fd243f413f82bd5f2e9e3d50e9 /emulators
parentccb7c7d014ea2458e9ee2fbad2d3d424367d7a7e (diff)
downloadpkgsrc-a6f1354789386504192a2583df1cdf9f49835c09.tar.gz
Needs libXrandr for the !GTK case
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 409067a6ec3..2756398dccb 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2011/03/02 15:43:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2011/04/01 14:49:52 joerg Exp $
DISTNAME= bochs-2.4.6
CATEGORIES= emulators
@@ -148,6 +148,7 @@ BUILDLINK_DEPMETHOD.libXt?= build
. include "../../x11/libSM/buildlink3.mk"
. include "../../x11/libX11/buildlink3.mk"
. include "../../x11/libXpm/buildlink3.mk"
+. include "../../x11/libXrandr/buildlink3.mk"
. include "../../x11/libXt/buildlink3.mk"
. endif
.endif