View | Details | Raw Unified | Return to bug 232799 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	netsurf
4
PORTNAME=	netsurf
5
PORTVERSION=	3.9
5
PORTVERSION=	3.9
6
PORTREVISION=	1
6
CATEGORIES=	www
7
CATEGORIES=	www
7
MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
8
MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Lines 20-26 Link Here
20
LIB_DEPENDS=	libcurl.so:ftp/curl \
21
LIB_DEPENDS=	libcurl.so:ftp/curl \
21
		libpng.so:graphics/png \
22
		libpng.so:graphics/png \
22
		libnsutils.so:devel/libnsutils \
23
		libnsutils.so:devel/libnsutils \
23
		libutf8proc.so:textproc/libutf8proc \
24
		libutf8proc1.so:textproc/libutf8proc1 \
24
		libnsgif.so:graphics/libnsgif \
25
		libnsgif.so:graphics/libnsgif \
25
		libnsbmp.so:graphics/libnsbmp \
26
		libnsbmp.so:graphics/libnsbmp \
26
		libdom.so:www/libdom \
27
		libdom.so:www/libdom \

Return to bug 232799