svn commit: r317310 - head/devel/subversion-static

Chris Rees crees at FreeBSD.org
Sat May 4 12:21:20 UTC 2013


Author: crees
Date: Sat May  4 12:21:19 2013
New Revision: 317310
URL: http://svnweb.freebsd.org/changeset/ports/317310

Log:
  Use OPTIONS_SLAVE
  
  Submitted by:	bapt

Modified:
  head/devel/subversion-static/Makefile

Modified: head/devel/subversion-static/Makefile
==============================================================================
--- head/devel/subversion-static/Makefile	Sat May  4 11:40:08 2013	(r317309)
+++ head/devel/subversion-static/Makefile	Sat May  4 12:21:19 2013	(r317310)
@@ -5,8 +5,8 @@ PKGNAMESUFFIX=	-static
 CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 
-OPTIONS_OVERRIDE=	NEON STATIC FREEBSD_TEMPLATE ENHANCED_KEYWORD
-NO_DIALOG=	yes
+OPTIONS_EXCLUDE=	${OPTIONS_DEFINE}
+OPTIONS_SLAVE=	NEON STATIC FREEBSD_TEMPLATE ENHANCED_KEYWORD
 
 MASTERDIR=	${.CURDIR}/../subversion
 PKGMESSAGE=	${.CURDIR}/pkg-message


More information about the svn-ports-all mailing list