diff options
author | martymac <martymac@FreeBSD.org> | 2012-06-11 15:10:17 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-06-11 15:10:17 +0800 |
commit | bc0a37d813eac23377341e8e4a0bbe12fd1389f5 (patch) | |
tree | 291dfcdcaf284b163f00c3e852e472060235c144 /Mk | |
parent | 13e66afdb9759deaf8e62647ad1a98811dcbd527 (diff) | |
download | freebsd-ports-gnome-bc0a37d813eac23377341e8e4a0bbe12fd1389f5.tar.gz freebsd-ports-gnome-bc0a37d813eac23377341e8e4a0bbe12fd1389f5.tar.zst freebsd-ports-gnome-bc0a37d813eac23377341e8e4a0bbe12fd1389f5.zip |
- Switch to OptionsNg
- Disable DEBUG option by default
- Fix patch names
- Add DEVD description to bsd.options.desc.mk
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index f3da7f9d6d4d..136afb14b972 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -34,6 +34,7 @@ DAGRAB_DESC?= Enable dagrab CD ripper DBM_DESC?= Enable DBM support DBUS_DESC?= Enable D-Bus support DEBUG_DESC?= Enable debug flags +DEVD_DESC?= Install devd files DOCS_DESC?= Build and install the documentation DV_DESC?= Enable libDV support ECW_DESC?= Enable ECW support |