From 56b05490ec6f08bd36d5869e3f11a2af5b73a143 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Thu, 10 Sep 2009 20:04:55 +0000 Subject: - 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 (maintainer) --- net/freeradius2/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net') 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 -- cgit v1.2.3