svn commit: r424987 - head/misc/xosd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 31 09:04:20 UTC 2016


Author: amdmi3
Date: Mon Oct 31 09:04:18 2016
New Revision: 424987
URL: https://svnweb.freebsd.org/changeset/ports/424987

Log:
  - Add missing dependency

Modified:
  head/misc/xosd/Makefile

Modified: head/misc/xosd/Makefile
==============================================================================
--- head/misc/xosd/Makefile	Mon Oct 31 08:30:47 2016	(r424986)
+++ head/misc/xosd/Makefile	Mon Oct 31 09:04:18 2016	(r424987)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake pkgconfig libtool
 USE_CSTD=	gnu89
-USE_XORG=	x11 xext xt sm ice
+USE_XORG=	x11 xext xt sm ice xinerama
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}'


More information about the svn-ports-all mailing list