summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-02 10:27:31 +0000
committerwiz <wiz@pkgsrc.org>2015-05-02 10:27:31 +0000
commit669c3698c42a2fa4f55fcca05c5b7c1a25edcf60 (patch)
treec6d2cfe764471b79a9e7e4909bca7871830c8719 /x11
parentf31a4e6fd6bea585ecb326a81491a6952c197aa0 (diff)
downloadpkgsrc-669c3698c42a2fa4f55fcca05c5b7c1a25edcf60.tar.gz
Needs xproto-7.0.25 (found in 6.0 bulk build)
Diffstat (limited to 'x11')
-rw-r--r--x11/sessreg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
index 408eb3f578a..85e35474c8e 100644
--- a/x11/sessreg/Makefile
+++ b/x11/sessreg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/01/20 09:22:06 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/05/02 10:27:31 wiz Exp $
DISTNAME= sessreg-1.1.0
CATEGORIES= x11
@@ -23,6 +23,6 @@ CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q}
#CPPFLAGS+= -DNO_COLON_ZERO_IN_UTMP
#.endif
-
+BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.25
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"