pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/xv



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Aug 13 23:40:38 UTC 2016

Modified Files:
        pkgsrc/graphics/xv: Makefile

Log Message:
Has been using ghostscript without depending on it. PR 51378


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/xv/Makefile

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

Modified files:

Index: pkgsrc/graphics/xv/Makefile
diff -u pkgsrc/graphics/xv/Makefile:1.89 pkgsrc/graphics/xv/Makefile:1.90
--- pkgsrc/graphics/xv/Makefile:1.89    Thu Feb 25 13:37:48 2016
+++ pkgsrc/graphics/xv/Makefile Sat Aug 13 23:40:38 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2016/02/25 13:37:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2016/08/13 23:40:38 dholland Exp $
 
 DISTNAME=      xv-3.10a
-PKGREVISION=   22
+PKGREVISION=   23
 CATEGORIES=    graphics x11
 MASTER_SITES=  ftp://ftp.cis.upenn.edu/pub/xv/
 DISTFILES=     ${DEFAULT_DISTFILES} ${JUMBO_PATCHES}
@@ -21,6 +21,7 @@ COMMENT=      X11 program that displays image
 LICENSE=       xv-license
 
 USE_IMAKE=     YES
+USE_TOOLS+=    gs:run
 
 # See the end of README in work/xv-3.10a for details.
 RESTRICTED=    Distribution of modified copies and commercial distribution is not permitted.



Home | Main Index | Thread Index | Old Index