pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2015Q1]: pkgsrc/x11/sessreg Pullup ticket #4708 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/101339423a45
branches:  pkgsrc-2015Q1
changeset: 649237:101339423a45
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Fri May 15 00:15:53 2015 +0000

description:
Pullup ticket #4708 - requested by wiz
x11/sessreg: build fix

Revisions pulled up:
- x11/sessreg/Makefile                                          1.9

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Sat May  2 10:27:31 UTC 2015

   Modified Files:
        pkgsrc/x11/sessreg: Makefile

   Log Message:
   Needs xproto-7.0.25 (found in 6.0 bulk build)

diffstat:

 x11/sessreg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r eb2aab41f657 -r 101339423a45 x11/sessreg/Makefile
--- a/x11/sessreg/Makefile      Wed May 13 18:38:53 2015 +0000
+++ b/x11/sessreg/Makefile      Fri May 15 00:15:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/01/20 09:22:06 wiz Exp $
+# $NetBSD: Makefile,v 1.8.2.1 2015/05/15 00:15:53 hiramatsu Exp $
 
 DISTNAME=      sessreg-1.1.0
 CATEGORIES=    x11
@@ -23,6 +23,6 @@
 #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"



Home | Main Index | Thread Index | Old Index