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

(-)Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libfilezilla
3
PORTNAME=	libfilezilla
4
PORTVERSION=	0.4.0.1
4
PORTVERSION=	0.4.0.1
5
PORTREVISION=	1
5
CATEGORIES=	ftp
6
CATEGORIES=	ftp
6
MASTER_SITES=	SF/filezilla/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/filezilla/${PORTNAME}/${PORTVERSION}
7
8
Lines 13-19 Link Here
13
14
14
BROKEN_FreeBSD_9=	requires C++14 complier, 9.x lacks C++11 standard library
15
BROKEN_FreeBSD_9=	requires C++14 complier, 9.x lacks C++11 standard library
15
16
16
USES=		compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
17
USES=		compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip

Return to bug 208121