svn commit: r346588 - head/graphics/hsetroot

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 1 00:51:46 UTC 2014


Author: amdmi3
Date: Sat Mar  1 00:51:45 2014
New Revision: 346588
URL: http://svnweb.freebsd.org/changeset/ports/346588
QAT: https://qat.redports.org/buildarchive/r346588/

Log:
  - Fix build on 10.x

Modified:
  head/graphics/hsetroot/Makefile

Modified: head/graphics/hsetroot/Makefile
==============================================================================
--- head/graphics/hsetroot/Makefile	Sat Mar  1 00:51:37 2014	(r346587)
+++ head/graphics/hsetroot/Makefile	Sat Mar  1 00:51:45 2014	(r346588)
@@ -15,6 +15,8 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_EFL=	imlib2
+USE_XORG=	x11
+LDFLAGS=	-lX11
 
 PLIST_FILES=	bin/hsetroot
 


More information about the svn-ports-head mailing list