Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 13:41:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343328 - head/x11/idesk
Message-ID:  <201402081341.s18Df9cB002533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  8 13:41:08 2014
New Revision: 343328
URL: http://svnweb.freebsd.org/changeset/ports/343328
QAT: https://qat.redports.org/buildarchive/r343328/

Log:
  Unbreak after OPTIONS helpers conversion, idesk things that you want to
  enable libsn when you configure --disable-libsn

Modified:
  head/x11/idesk/Makefile

Modified: head/x11/idesk/Makefile
==============================================================================
--- head/x11/idesk/Makefile	Sat Feb  8 13:30:37 2014	(r343327)
+++ head/x11/idesk/Makefile	Sat Feb  8 13:41:08 2014	(r343328)
@@ -31,7 +31,7 @@ PORTDOCS=	README
 
 SHAPE_CONFIGURE_ENABLE=	shape
 SN_LIB_DEPENDS=	libstartup-notification.so:${PORTSDIR}/x11/startup-notification
-SN_CONFIGURE_ENABLE=	libsn
+SN_CONFIGURE_ON=	--enable-libsn
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${STAGEDIR}${PREFIX}/bin



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