diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2008-09-16 17:47:57 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2008-09-16 17:47:57 +0000 |
commit | 132d14d357b799b68a5a374d0dcfae0840f7810f (patch) | |
tree | 9d7c33d613c27a68809d9516df887f55193ee54e /wm/openbox | |
parent | edde5d641e51cf870b5f51bdfe515f17d044aa37 (diff) | |
download | pkgsrc-132d14d357b799b68a5a374d0dcfae0840f7810f.tar.gz |
Include libXrandr buildlink3.mk.
Bump PKGREVISION.
Diffstat (limited to 'wm/openbox')
-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 134b9fe2f25..3b36965957c 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2008/04/24 20:22:00 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2008/09/16 17:47:57 jakllsch Exp $ DISTNAME= openbox-3.4.7.2 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 @@ -43,6 +44,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libXcursor/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" +.include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" |