summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-11 06:09:22 +0000
committerobache <obache@pkgsrc.org>2012-06-11 06:09:22 +0000
commit1831681196ce08e5304ad8e675d9fe50affcd254 (patch)
treef561d4c383ce1fe4fba7a648c38479f1ffc4fceb /x11
parent208b021421a81b45c425695d23786107e000777c (diff)
downloadpkgsrc-1831681196ce08e5304ad8e675d9fe50affcd254.tar.gz
As noted in changes in 1.0.4, "require xproto instead of libX11 for building".
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/sessreg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
index 5463e0c0276..085449bbf9e 100644
--- a/x11/sessreg/Makefile
+++ b/x11/sessreg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/06/10 16:40:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/06/11 06:09:22 obache Exp $
DISTNAME= sessreg-1.0.7
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -26,5 +27,5 @@ CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q}
#.endif
-.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"