Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 00:18:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320039 - head/net/cvsup
Message-ID:  <201306060018.r560I1aS003717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jun  6 00:18:00 2013
New Revision: 320039
URL: http://svnweb.freebsd.org/changeset/ports/320039

Log:
  - Fix INDEX and options conversion
  
  $ make -C cvsup -V PKGNAME ; make -C cvsup-without-gui -V PKGNAME
  cvsup-without-gui-16.1h_4
  cvsup-without-gui-16.1h_4
  
  Pointyhat to:	eadler

Modified:
  head/net/cvsup/Makefile

Modified: head/net/cvsup/Makefile
==============================================================================
--- head/net/cvsup/Makefile	Thu Jun  6 00:04:19 2013	(r320038)
+++ head/net/cvsup/Makefile	Thu Jun  6 00:18:00 2013	(r320039)
@@ -15,7 +15,7 @@ COMMENT=	File distribution system optimi
 ONLY_FOR_ARCHS=	amd64 i386 sparc64
 
 OPTIONS_DEFINE=	X11 STATIC
-OPTIONS_EXCLUDE_amd64=	X11
+OPTIONS_DEFAULT=	X11
 
 .include <bsd.port.options.mk>
 



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