aboutsummaryrefslogtreecommitdiff
path: root/net/ser
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-08 16:38:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-08 16:38:13 +0000
commitd339cc9509d351701c19aa26736a925ba9913597 (patch)
tree49eb02df6887ab40f4a2eb9859c6e96fc52467aa /net/ser
parent12201110c0110ad62071a321e037dc09f64c39c2 (diff)
downloadports-d339cc9509d351701c19aa26736a925ba9913597.tar.gz
ports-d339cc9509d351701c19aa26736a925ba9913597.zip
- USE_PA, USE_RADIUS is nothing, remove
Notes
Notes: svn path=/head/; revision=225479
Diffstat (limited to 'net/ser')
-rw-r--r--net/ser/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile
index 24b2cffe05ac..99f737522d10 100644
--- a/net/ser/Makefile
+++ b/net/ser/Makefile
@@ -52,7 +52,6 @@ MAKE_ENV+= POSTGRESQL=postgres
.endif
.if !defined(WITHOUT_PRESENCE)
-USE_PA= yes
PLIST_SUB+= PA=""
LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
.else
@@ -61,7 +60,6 @@ MAKE_ENV+= PA=pa
.endif
.if !defined(WITHOUT_RADIUS)
-USE_RADIUS= yes
PLIST_SUB+= RADIUS=""
LIB_DEPENDS+= radiusclient-ng.2:${PORTSDIR}/net/radiusclient
.else