pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/vice
Module Name: pkgsrc
Committed By: maya
Date: Sat Oct 7 22:30:38 UTC 2017
Modified Files:
pkgsrc/emulators/vice: Makefile
Log Message:
vice: avoid PLIST mismatch if texi2dvi or pdftex are available.
Reported by Rhialto in pkgsrc-users.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/emulators/vice/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/vice/Makefile
diff -u pkgsrc/emulators/vice/Makefile:1.125 pkgsrc/emulators/vice/Makefile:1.126
--- pkgsrc/emulators/vice/Makefile:1.125 Wed Aug 16 17:54:09 2017
+++ pkgsrc/emulators/vice/Makefile Sat Oct 7 22:30:38 2017
@@ -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-ethernet
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