diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 16:44:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 16:44:50 +0800 |
commit | bd80447d00ffa3338877004e540ee4498dc3c28a (patch) | |
tree | 068a92be027133a5344acd5b5343e3acd55b76db /net/freeradius-client | |
parent | c91782c1afa67a3cec19c22a4b938d568f45df78 (diff) | |
download | freebsd-ports-gnome-bd80447d00ffa3338877004e540ee4498dc3c28a.tar.gz freebsd-ports-gnome-bd80447d00ffa3338877004e540ee4498dc3c28a.tar.zst freebsd-ports-gnome-bd80447d00ffa3338877004e540ee4498dc3c28a.zip |
- Stage support
- Convert to USES
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> |