Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:03 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83f49680fc44 - main - print/fig2dev: Add CPE information
Message-ID:  <202109211259.18LCx3BJ067950@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83f49680fc449fcc424bbea975a8b24658a53067

commit 83f49680fc449fcc424bbea975a8b24658a53067
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:18:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:56 +0000

    print/fig2dev: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 print/fig2dev/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile
index 59367937cf81..562a379c0d85 100644
--- a/print/fig2dev/Makefile
+++ b/print/fig2dev/Makefile
@@ -14,9 +14,11 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LIB_DEPENDS=	libpng.so:graphics/png
 RUN_DEPENDS=	ppmtogif:graphics/netpbm
 
-USES=		alias ghostscript:run iconv tar:xz xorg
+USES=		alias cpe ghostscript:run iconv tar:xz xorg
 USE_XORG=	xpm
 
+CPE_VENDOR=	xfig_project
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-transfig \
 		GSEXE=gs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCx3BJ067950>