diff options
Diffstat (limited to 'net/tac_plus4/Makefile')
-rw-r--r-- | net/tac_plus4/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 8381216f0ec0..7c6732dc5692 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tac_plus -PORTVERSION= F4.0.4.15 +PORTVERSION= F4.0.4.18 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ -DISTNAME= tacacs+-F4.0.4.15 +DISTNAME= tacacs+-F4.0.4.18 MAINTAINER= marcus@FreeBSD.org COMMENT= The Cisco remote authentication/authorization/accounting server @@ -30,16 +30,6 @@ CONFLICTS= ru-tac+ia-[0-9]* tac_plus-libradius-[0-9]* EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bb .endif -# finger output differs for CISCO IOS versions 11 and 12. -# Define version of your IOS (default is 12): -# Example: make TAC_IOS_VERSION=11 -# -.if defined(TAC_IOS_VERSION) -CFLAGS+= -DTAC_IOS_VERSION=${TAC_IOS_VERSION} -.else -CFLAGS+= -DTAC_IOS_VERSION=12 -.endif - .if exists(/usr/include/skey.h) && !defined(WITHOUT_SKEY) CONFIGURE_ARGS+= --with-skey .else |