Date: Tue, 21 Sep 2021 12:58:50 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: 6e12f734233a - main - graphics/xpdf4: Add CPE information Message-ID: <202109211258.18LCwoKv067650@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=6e12f734233a97edad6a0d7961f0c0f10b402b59 commit 6e12f734233a97edad6a0d7961f0c0f10b402b59 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:09:14 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:57:48 +0000 graphics/xpdf4: Add CPE information Approved by: portmgr (blanket) --- graphics/xpdf4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index af3e2eccd9a2..d5d69d3bbe71 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -19,7 +19,7 @@ CONFLICTS_INSTALL+= xpdf3-* xpdf-* CONFLICTS_INSTALL+= xpdf3-* xpdf4-* .endif -USES= compiler:c++11-lang cmake localbase:ldflags +USES= compiler:c++11-lang cmake cpe localbase:ldflags LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/d050000l.pfb:print/gsfonts @@ -33,6 +33,7 @@ CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \ -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/xpdf/man \ -DNO_TEXT_SELECT:BOOL=OFF \ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets:BOOL=FALSE +CPE_VENDOR= xpdfreader PLIST_SUB= DESKTOPDIR="${DESKTOPDIR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCwoKv067650>