Date: Mon, 15 Feb 2010 00:54:50 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: x11@FreeBSD.org Subject: PATCH: x11/libXdmcp needs USE_GNOME=pkgconfig Message-ID: <alpine.LSU.1.99.1002150050340.21091@acrux.dbai.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
Hi guys, I noticed that x11/libXdmcp uses pkg-config, but fails to set USE_GNOME= pkgconfig in its Makefile. Unless this is intentional and I am missing something, do you approve of the patch below? Gerald @FreeBSD.org Index: libXdmcp/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/libXdmcp/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- libXdmcp/Makefile 13 Mar 2008 10:33:54 -0000 1.15 +++ libXdmcp/Makefile 14 Feb 2010 23:51:00 -0000 @@ -15,5 +15,6 @@ XORG_CAT= lib USE_XORG= xproto:both +USE_GNOME= pkgconfig .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.1.99.1002150050340.21091>