mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Sort a few OPTIONS helpers
This commit is contained in:
parent
8431e61255
commit
e45ae6d6db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419259
1 changed files with 2 additions and 2 deletions
|
@ -45,16 +45,16 @@ OPTIONS_DEFINE= DEBUG ETCDIR GDBM MEM PCRE STATIC \
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue