pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice vice: avoid PLIST mismatch if texi2dvi ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a9b722d6a48
branches:  trunk
changeset: 369905:4a9b722d6a48
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Oct 07 22:30:38 2017 +0000

description:
vice: avoid PLIST mismatch if texi2dvi or pdftex are available.

Reported by Rhialto in pkgsrc-users.

diffstat:

 emulators/vice/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 700db79af38f -r 4a9b722d6a48 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Sat Oct 07 20:45:31 2017 +0000
+++ b/emulators/vice/Makefile   Sat Oct 07 22:30:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2017/08/16 17:54:09 adam Exp $
+# $NetBSD: Makefile,v 1.126 2017/10/07 22:30:38 maya Exp $
 
 DISTNAME=      vice-3.1
 CATEGORIES=    emulators
@@ -25,6 +25,10 @@
 CONFIGURE_ARGS+=       --enable-fullscreen
 CONFIGURE_ARGS.NetBSD+=        --without-oss
 
+# Avoid PLIST mismatch if these programs are installed
+CONFIGURE_ENV+=                ac_cv_prog_TEXI2DVI=no
+CONFIGURE_ENV+=                ac_cv_prog_PDFTEX=no
+
 INFO_FILES=            yes
 FONTS_DIRS.x11=                ${PREFIX}/share/vice/fonts
 REQD_DIRS+=            ${PREFIX}/share/vice/fonts



Home | Main Index | Thread Index | Old Index