diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 06:19:47 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 06:19:47 +0800 |
commit | a0ac694620bc0b421c14d3178d360f82e06e231a (patch) | |
tree | bb2cfc9f6a817b91b0b96239ef2db915e1d7e61b /www/dotproject | |
parent | c37f3c4558eb57d56ce056ac7c706b5abb3a3301 (diff) | |
download | freebsd-ports-gnome-a0ac694620bc0b421c14d3178d360f82e06e231a.tar.gz freebsd-ports-gnome-a0ac694620bc0b421c14d3178d360f82e06e231a.tar.zst freebsd-ports-gnome-a0ac694620bc0b421c14d3178d360f82e06e231a.zip |
Move to OPTIONSng
Diffstat (limited to 'www/dotproject')
-rw-r--r-- | www/dotproject/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 8a16eb111377..127bba4faf43 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -22,11 +22,12 @@ USE_APACHE= 20+ SUB_FILES= pkg-message -OPTIONS= LDAP "Enable ldap support" On +OPTIONS_DEFINE= LDAP +OPTIONS_DEFAULT=LDAP .include <bsd.port.pre.mk> -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_PHP+= ldap xml .endif |