mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/dia: Add CPE information
Approved by: portmgr (blanket)
This commit is contained in:
parent
ef5e7f104d
commit
dbaeec1cea
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png
|
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
|
pkgconfig tar:xz
|
||||||
USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack
|
USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0`
|
LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0`
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
CPE_VENDOR= gnome
|
||||||
|
|
||||||
DOCS_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
|
DOCS_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue