summaryrefslogtreecommitdiff
path: root/x11/sessreg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-07 11:57:28 +0000
committerwiz <wiz@pkgsrc.org>2018-03-07 11:57:28 +0000
commit9fe6230d558daa8fd4473f51099dfade5ab9769e (patch)
tree3774260289d579d3aed9804481587d8f5aafc045 /x11/sessreg
parentb453d2e678a282d0b13c68db2d1955015196722a (diff)
downloadpkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'x11/sessreg')
-rw-r--r--x11/sessreg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
index 2934fa4d9dc..4b34596c3c4 100644
--- a/x11/sessreg/Makefile
+++ b/x11/sessreg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/02/28 07:34:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/07 11:57:39 wiz Exp $
DISTNAME= sessreg-1.1.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +22,5 @@ CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q}
CPPFLAGS+= -P
.endif
-BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.25
-.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"