Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 00:51:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346588 - head/graphics/hsetroot
Message-ID:  <201403010051.s210pjY9077709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403010051.s210pjY9077709>