svn commit: r316766 - head/net-im/libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Sun Apr 28 22:53:21 UTC 2013


Author: marcus
Date: Sun Apr 28 22:53:20 2013
New Revision: 316766
URL: http://svnweb.freebsd.org/changeset/ports/316766

Log:
  Hardcode OPTIONSFILE across all slave ports to prevent disperate options
  per frontend.
  
  PR:		177534

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Sun Apr 28 22:44:46 2013	(r316765)
+++ head/net-im/libpurple/Makefile	Sun Apr 28 22:53:20 2013	(r316766)
@@ -76,6 +76,8 @@ OPTIONS+=	GTKSPELL "Spell checking suppo
 		CAP "Enable Contact Availability Prediction plugin" on
 .endif
 
+OPTIONSFILE=	${PORT_DBDIR}/${UNIQUENAME}/options
+
 CONFIGURE_ARGS+=--disable-doxygen
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list