svn commit: r320039 - head/net/cvsup
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 6 00:18:01 UTC 2013
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>
More information about the svn-ports-head
mailing list