diff options
author | wiz <wiz> | 2007-11-25 12:41:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-25 12:41:36 +0000 |
commit | cc6ceeacef4f085db1af23b964693da642b0ba92 (patch) | |
tree | e7e6e6b67f57ebae04be9d8df362ae85fc04324d | |
parent | eb4dcea893b0b45b324a61ff05f910d9c45200d3 (diff) | |
download | pkgsrc-cc6ceeacef4f085db1af23b964693da642b0ba92.tar.gz |
Include xinerama buildlink3.mk. From Brian de Alwis in PR 37382.
Bump PKGREVISION.
-rw-r--r-- | wm/openbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index b20325f1c7f..2aa9a7c40d5 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2007/08/11 07:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/11/25 12:41:36 wiz Exp $ DISTNAME= openbox-3.4.4 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 @@ -42,6 +43,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" |