Date: Fri, 09 Sep 2011 23:26:20 -0700 From: Doug Barton <dougb@FreeBSD.org> To: x11@FreeBSD.org, "freebsd-ports@FreeBSD.org" <freebsd-ports@FreeBSD.org> Subject: x11/xset needs a direct dependency on xproto Message-ID: <4E6B030C.9030805@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
... otherwise it misses the need to upgrade xproto, thus: checking for XSET... configure: error: Package requirements (xproto >= 7.0.17 xmuu) were not met: Requested 'xproto >= 7.0.17' but version of Xproto is 7.0.16 Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xset/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 7 Sep 2011 21:19:05 -0000 1.6 +++ Makefile 10 Sep 2011 06:25:34 -0000 @@ -13,7 +13,7 @@ COMMENT= User preference utility for X XORG_CAT= app -USE_XORG= xmuu +USE_XORG= xmuu xproto PLIST_FILES= bin/xset -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E6B030C.9030805>