Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xvidcap xvidcap: Uses scrollkeeper even if it isn'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7135f943e36
branches:  trunk
changeset: 430595:a7135f943e36
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 02 10:24:50 2020 +0000

description:
xvidcap: Uses scrollkeeper even if it isn't found (?)

diffstat:

 x11/xvidcap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e64dfeaa2c17 -r a7135f943e36 x11/xvidcap/Makefile
--- a/x11/xvidcap/Makefile      Sat May 02 10:14:41 2020 +0000
+++ b/x11/xvidcap/Makefile      Sat May 02 10:24:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/04/24 08:36:59 nia Exp $
+# $NetBSD: Makefile,v 1.34 2020/05/02 10:24:50 nia Exp $
 
 DISTNAME=      xvidcap-1.1.7
 CATEGORIES=    x11
@@ -19,7 +19,6 @@
 REPLACE_SH+=   ppm2mpeg.sh
 
 # Don't require gnome-doc-utils
-CONFIGURE_ENV+=        ac_cv_path_SK_CONFIG=no
 CONFIGURE_ENV+=        ac_cv_path_XML2PO=no
 
 # Breaks recording in current X servers
@@ -55,6 +54,7 @@
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index