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

(-)dante/Makefile (+2 lines)
Lines 15-20 Link Here
15
MAINTAINER=	anders@FreeBSD.org
15
MAINTAINER=	anders@FreeBSD.org
16
COMMENT=	A circuit-level firewall/proxy
16
COMMENT=	A circuit-level firewall/proxy
17
17
18
CONFLICTS=	socks5-[0-9]*
19
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ARGS=	--with-socks-conf=${PREFIX}/etc/socks.conf \
22
CONFIGURE_ARGS=	--with-socks-conf=${PREFIX}/etc/socks.conf \
(-)socks5/Makefile (+2 lines)
Lines 18-23 Link Here
18
NO_CDROM=	"NEC has a funky license for this software"
18
NO_CDROM=	"NEC has a funky license for this software"
19
RESTRICTED=	"no commercial use"
19
RESTRICTED=	"no commercial use"
20
20
21
CONFLICTS=	dante-[0-9]*
22
21
# here are some extra configure args you may wish to use
23
# here are some extra configure args you may wish to use
22
# see the readme file before screwing with them
24
# see the readme file before screwing with them
23
#
25
#

Return to bug 103649