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

(-)Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	strongswan
1
PORTNAME=	strongswan
2
DISTVERSION=	5.9.8
2
DISTVERSION=	5.9.8
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	security net-vpn
4
CATEGORIES=	security net-vpn
5
MASTER_SITES=	https://download.strongswan.org/ \
5
MASTER_SITES=	https://download.strongswan.org/ \
6
		https://download2.strongswan.org/
6
		https://download2.strongswan.org/
Lines 35-41 CONFIGURE_ARGS= --disable-gmp \ Link Here
35
		--enable-openssl \
35
		--enable-openssl \
36
		--enable-whitelist \
36
		--enable-whitelist \
37
		--with-group=wheel \
37
		--with-group=wheel \
38
		--with-lib-prefix=${PREFIX}
38
		--with-lib-prefix=${PREFIX} \
39
		--with-printf-hooks=builtin
39
40
40
INSTALL_TARGET=	install-strip
41
INSTALL_TARGET=	install-strip
41
TEST_TARGET=	check
42
TEST_TARGET=	check

Return to bug 262743