diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-11 04:04:55 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-11 04:04:55 +0800 |
commit | e1df15fd91941e35cc1152195ba43bed52da84bf (patch) | |
tree | f8113279bb5058f0c38638aed3d2040579ff4005 /net/freeradius2/Makefile | |
parent | 086927b2193c82af1848516d3bca8e52c15287a4 (diff) | |
download | freebsd-ports-gnome-e1df15fd91941e35cc1152195ba43bed52da84bf.tar.gz freebsd-ports-gnome-e1df15fd91941e35cc1152195ba43bed52da84bf.tar.zst freebsd-ports-gnome-e1df15fd91941e35cc1152195ba43bed52da84bf.zip |
- Per private email from maintainer remove DEVELOPER option, which was added in
the last commit. There is still support for building with developer support
but it is explicitly not wanted as an option in "make config".
Pointed out by: David Wood <david@wood2.org.uk> (maintainer)
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r-- | net/freeradius2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 4b93b3e3166b..dbe4cd1e152a 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -52,7 +52,6 @@ OPTIONS= USER "Run as user freeradius, group freeradius" on \ PERL "With Perl support" on \ PYTHON "With Python support" on \ OCI8 "With Oracle support (currently experimental)" off \ - DEVELOPER "With developer support" off \ RUBY "With Ruby support (EXPERIMENTAL)" off \ DHCP "With DHCP support (EXPERIMENTAL)" off \ EXPERIMENTAL "Build experimental modules" off @@ -203,10 +202,6 @@ PLIST_SUB+= SMB="@comment " WITH_EXPERIMENTAL= yes .endif -.ifdef(WITH_DEVELOPER) -CONFIGURE_ARGS+= --enable-developer -.endif - # Oracle support is experimental under FreeBSD .ifdef(WITH_OCI8) EXTRA_PATCHES+= files/extra-patch-exec.c |