pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlax



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Dec 11 10:51:05 UTC 2022

Modified Files:
        pkgsrc/x11/xlax: Makefile

Log Message:
x11/xlax: add missing runtime dependency on perl.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xlax/Makefile

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

Modified files:

Index: pkgsrc/x11/xlax/Makefile
diff -u pkgsrc/x11/xlax/Makefile:1.1 pkgsrc/x11/xlax/Makefile:1.2
--- pkgsrc/x11/xlax/Makefile:1.1        Tue Dec  6 21:04:13 2022
+++ pkgsrc/x11/xlax/Makefile    Sun Dec 11 10:51:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/06 21:04:13 vins Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/11 10:51:05 vins Exp $
 
 DISTNAME=      xlax2.4
 PKGNAME=       xlax-2.4
@@ -11,6 +11,7 @@ COMMENT=      Multi-window input software
 LICENSE=       mit
 
 USE_IMAKE=     yes
+USE_TOOLS+=    perl:run
 
 MAKE_FLAGS+=   CCOPTIONS=${CFLAGS:Q}
 MAKE_FLAGS+=   LOCAL_LDFLAGS=${LDFLAGS:Q}



Home | Main Index | Thread Index | Old Index