summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-06-06 00:18:00 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-06-06 00:18:00 +0000
commit6f81fa2a47f384cbea28293a97be7a44b7114ecd (patch)
treeb6e2515e34656ebf4e5f33aded2b147a87aaca0e /net/cvsup/Makefile
parent- Disable -Werror for now to fix clang building. (diff)
- 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
Notes
Notes: svn path=/head/; revision=320039
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index d134180b1042..e1da750d1176 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -15,7 +15,7 @@ COMMENT= File distribution system optimized for CVS
ONLY_FOR_ARCHS= amd64 i386 sparc64
OPTIONS_DEFINE= X11 STATIC
-OPTIONS_EXCLUDE_amd64= X11
+OPTIONS_DEFAULT= X11
.include <bsd.port.options.mk>