pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/freeradius



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 29 08:27:17 UTC 2021

Modified Files:
        pkgsrc/net/freeradius: Makefile.common

Log Message:
freeradius: needs perl at runtime


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/freeradius/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/freeradius/Makefile.common
diff -u pkgsrc/net/freeradius/Makefile.common:1.9 pkgsrc/net/freeradius/Makefile.common:1.10
--- pkgsrc/net/freeradius/Makefile.common:1.9   Fri Jun 25 11:42:48 2021
+++ pkgsrc/net/freeradius/Makefile.common       Tue Jun 29 08:27:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/06/25 11:42:48 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/06/29 08:27:17 nia Exp $
 # used by net/freeradius/Makefile.module
 
 DISTNAME=      freeradius-server-3.0.23
@@ -11,7 +11,7 @@ HOMEPAGE=     https://freeradius.org/
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES+=                c c++
-USE_TOOLS+=            gmake perl
+USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-openssl-include-dir=${BUILDLINK_PREFIX.openssl}/include
 CONFIGURE_ARGS+=       --with-openssl-lib-dir=${BUILDLINK_PREFIX.openssl}/lib



Home | Main Index | Thread Index | Old Index