diff options
author | joerg <joerg@pkgsrc.org> | 2011-04-01 14:49:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-04-01 14:49:52 +0000 |
commit | 23a3b2d8b967c456853b3dca9e74be9a78e36bbe (patch) | |
tree | 498a3e13a065d5fd243f413f82bd5f2e9e3d50e9 /emulators/bochs | |
parent | f25d2c51a402c665237bda06857793605a42f6ee (diff) | |
download | pkgsrc-23a3b2d8b967c456853b3dca9e74be9a78e36bbe.tar.gz |
Needs libXrandr for the !GTK case
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
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 |