pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/guacamole-server guacamole-server: Add a required ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe1daba42ef
branches:  trunk
changeset: 415455:9fe1daba42ef
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 07 11:12:32 2019 +0000

description:
guacamole-server: Add a required REPLACE_PERL.

diffstat:

 net/guacamole-server/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 132beabbc2ed -r 9fe1daba42ef net/guacamole-server/Makefile
--- a/net/guacamole-server/Makefile     Mon Oct 07 10:13:56 2019 +0000
+++ b/net/guacamole-server/Makefile     Mon Oct 07 11:12:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/18 14:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/07 11:12:32 jperkin Exp $
 
 DISTNAME=      guacamole-server-1.0.0
 PKGREVISION=   2
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
-USE_TOOLS=     pkg-config
+USE_TOOLS=     perl pkg-config
 
 EGDIR=                 ${PREFIX}/share/examples/guacamole
 PKG_SYSCONFSUBDIR=     guacamole
@@ -38,6 +38,8 @@
 SUBST_FILES.manpath=   src/guacd/man/guacd.conf.5
 SUBST_SED.manpath=     -e 's,/etc/guacamole,${PKG_SYSCONFDIR},g'
 
+REPLACE_PERL+=         src/protocols/rdp/keymaps/generate.pl
+
 INSTALLATION_DIRS=     share/examples/guacamole
 
 CONF_FILES=    ${EGDIR}/guacd.conf ${PKG_SYSCONFDIR}/guacd.conf



Home | Main Index | Thread Index | Old Index