pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/fig2dev



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat May 16 02:15:06 UTC 2020

Modified Files:
        pkgsrc/print/fig2dev: Makefile

Log Message:
Needs gs at runtime. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/fig2dev/Makefile

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

Modified files:

Index: pkgsrc/print/fig2dev/Makefile
diff -u pkgsrc/print/fig2dev/Makefile:1.5 pkgsrc/print/fig2dev/Makefile:1.6
--- pkgsrc/print/fig2dev/Makefile:1.5   Tue May 12 10:31:35 2020
+++ pkgsrc/print/fig2dev/Makefile       Sat May 16 02:15:06 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/05/12 10:31:35 nia Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/16 02:15:06 joerg Exp $
 
 DISTNAME=      fig2dev-3.2.7b
+PKGREVISION=   1
 CATEGORIES=    graphics print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcj/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,6 +14,8 @@ GNU_CONFIGURE=        yes
 
 LDFLAGS.SunOS+=        -liconv
 
+USE_TOOLS+=    gs:run
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index