svn commit: r343328 - head/x11/idesk

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 13:41:09 UTC 2014


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


More information about the svn-ports-all mailing list