diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-01 20:04:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-01 20:04:27 +0000 |
commit | f129ee9541c347ce899c748f1de769e2396ecae1 (patch) | |
tree | 974a13955eaf41360eadaa7e40d8295082dbcccc /net/tacacs | |
parent | 044509507f4e38959cdac186dea600582438be74 (diff) | |
download | pkgsrc-f129ee9541c347ce899c748f1de769e2396ecae1.tar.gz |
Fix path to perl and make it a runtime dependency. Bump revision.
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 3eaf670f2e5..178a6ba33b0 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2015/02/20 22:26:13 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2015/03/01 20:04:27 joerg Exp $ VERSION= 4.0.4.28 DISTNAME= tacacs-F${VERSION} PKGNAME= tacacs-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES+= ftp://ftp.shrubbery.net/pub/tac_plus/ @@ -16,8 +16,9 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= perl bison +USE_TOOLS+= perl:run bison +CONFIGURE_ARGS+= ac_cv_path_PERLV_PATH=${TOOLS_PATH.perl} #CONFIGURE_ARGS+=--enable-debug .include "../../mk/bsd.prefs.mk" |