svn commit: r419259 - head/shells/zsh

Adam Weinberger adamw at FreeBSD.org
Fri Jul 29 15:06:22 UTC 2016


Author: adamw
Date: Fri Jul 29 15:06:20 2016
New Revision: 419259
URL: https://svnweb.freebsd.org/changeset/ports/419259

Log:
  Sort a few OPTIONS helpers

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Fri Jul 29 15:06:11 2016	(r419258)
+++ head/shells/zsh/Makefile	Fri Jul 29 15:06:20 2016	(r419259)
@@ -45,16 +45,16 @@ OPTIONS_DEFINE=	DEBUG ETCDIR GDBM MEM PC
 		DOCS EXAMPLES
 OPTIONS_SUB=	yes
 
-GDBM_DESC=	Enable GDBM support (GPL)
 ETCDIR_DESC=	System-wide defaults in /etc (instead of $${PREFIX}/etc)
+GDBM_DESC=	Enable GDBM support (GPL)
 MEM_DESC=	Enable zsh-mem options
 
 GDBM_LIB_DEPENDS=	libgdbm.so:databases/gdbm
 PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 
 DEBUG_CONFIGURE_ENABLE=	zsh-debug
-GDBM_CONFIGURE_ENABLE=	gdbm
 ETCDIR_CONFIGURE_OFF=	--enable-etcdir=${PREFIX}/etc
+GDBM_CONFIGURE_ENABLE=	gdbm
 MEM_CONFIGURE_ENABLE=	zsh-mem
 PCRE_CONFIGURE_ENABLE=	pcre
 


More information about the svn-ports-all mailing list