View | Details | Raw Unified | Return to bug 256392
Collapse All | Expand All

(-)b/www/midori/Makefile (-3 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	midori
3
PORTNAME=	midori
4
PORTVERSION=	9.0
4
PORTVERSION=	9.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www xfce
7
CATEGORIES=	www xfce
8
8
9
MAINTAINER=	xfce@FreeBSD.org
9
MAINTAINER=	xfce@FreeBSD.org
Lines 23-32 LIB_DEPENDS= libnotify.so:devel/libnotify \ Link Here
23
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
23
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
24
24
25
USES=		cmake compiler:c++11-lang desktop-file-utils gettext gnome \
25
USES=		cmake compiler:c++11-lang desktop-file-utils gettext gnome \
26
		libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 xorg
26
		libarchive localbase:ldflags pkgconfig sqlite tar:bzip2
27
USE_GNOME=	cairo glib20 gtk30 intltool introspection librsvg2:build \
27
USE_GNOME=	cairo glib20 gtk30 intltool introspection librsvg2:build \
28
		libxml2
28
		libxml2
29
USE_XORG=	xscrnsaver
30
29
31
CFLAGS+=	-Wno-return-type
30
CFLAGS+=	-Wno-return-type
32
CMAKE_ARGS=	-DUSE_APIDOCS:BOOL=OFF
31
CMAKE_ARGS=	-DUSE_APIDOCS:BOOL=OFF

Return to bug 256392