diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:37:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:37:09 +0800 |
commit | 6b2fadd08be60441c7a675ac3eb42d0ecc648adf (patch) | |
tree | 46e31aafa78efc461cb810cc88e0c50cff5ff86d /net | |
parent | 531f4ebc3acb52334fa80d1712388f23d243bcb9 (diff) | |
download | freebsd-ports-gnome-6b2fadd08be60441c7a675ac3eb42d0ecc648adf.tar.gz freebsd-ports-gnome-6b2fadd08be60441c7a675ac3eb42d0ecc648adf.tar.zst freebsd-ports-gnome-6b2fadd08be60441c7a675ac3eb42d0ecc648adf.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'net')
-rw-r--r-- | net/radiusclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 2ed09e0cae0f..ba64a3cbae2e 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -12,9 +12,8 @@ DISTNAME= ${PORTNAME}-ng-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= Client library and basic utilities for RADIUS AAA -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |