diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 15:52:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 15:52:35 +0000 |
commit | 3aa096e6680cdbe90a797e99750af59f487d4ae1 (patch) | |
tree | 1297103b5d09d850ac84d214f432756733345809 /net-mgmt/chillispot | |
parent | e4def715f41e7aeb6ae3197cc9a084c91a0e0c05 (diff) |
Notes
Diffstat (limited to 'net-mgmt/chillispot')
-rw-r--r-- | net-mgmt/chillispot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index ff1d88c18bd6..6d092beac538 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Chillispot -# Date created: 19 October 2005 -# Whom: Sevan Janiyan <venture37@geeklan.co.uk> -# +# Created by: Sevan Janiyan <venture37@geeklan.co.uk> # $FreeBSD$ -# PORTNAME= chillispot PORTVERSION= 1.0 @@ -23,6 +19,7 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc USE_RC_SUBR= chillispot SUB_FILES= pkg-message installguide.txt MAN8= chilli.8 +USE_GCC= any OPTIONS_DEFINE= APACHE RADIUS OPTIONS_SINGLE= RADIUS |