Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:58 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: dbaeec1cea59 - main - graphics/dia: Add CPE information
Message-ID:  <202109102119.18ALJw3Q005296@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=dbaeec1cea599e82ad9dcdf97e1013473e52771e

commit dbaeec1cea599e82ad9dcdf97e1013473e52771e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:54:58 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:40 +0000

    graphics/dia: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/dia/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index 480620a9f518..b497e7c955f5 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	DOCS
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		desktop-file-utils gettext gmake gnome libtool pathfix \
+USES=		cpe desktop-file-utils gettext gmake gnome libtool pathfix \
 		pkgconfig tar:xz
 USE_GNOME=	gtk20 gnomeprefix libxslt libartlgpl2 intlhack
 INSTALLS_ICONS=	yes
@@ -26,6 +26,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0`
 CONFIGURE_ARGS=	--disable-gnome
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnome
 
 DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
 .include <bsd.port.options.mk>



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