diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
commit | 85349cf337c1fe1979b67a6381a67d66c0f43366 (patch) | |
tree | 068a92be027133a5344acd5b5343e3acd55b76db /net/freeradius-client | |
parent | e1563329aa8f8677cb9d780b51b87d6800190173 (diff) | |
download | ports-85349cf337c1fe1979b67a6381a67d66c0f43366.tar.gz ports-85349cf337c1fe1979b67a6381a67d66c0f43366.zip |
Notes
Diffstat (limited to 'net/freeradius-client')
-rw-r--r-- | net/freeradius-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/freeradius-client/Makefile b/net/freeradius-client/Makefile index 6f10c3260887..57bd8f8f397f 100644 --- a/net/freeradius-client/Makefile +++ b/net/freeradius-client/Makefile @@ -11,12 +11,11 @@ MAINTAINER= netch@portaone.com COMMENT= Client library and basic utilities for RADIUS AAA USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFLICTS= radiusclient-ng-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> |