aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/haproxy-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile
index c73a73dde363..868d3dc59dcc 100644
--- a/net/haproxy-devel/Makefile
+++ b/net/haproxy-devel/Makefile
@@ -14,8 +14,8 @@ PKGNAMESUFFIX= -devel
MAINTAINER= demon@FreeBSD.org
COMMENT= The Reliable, High Performance TCP/HTTP Load Balancer
-LICENSE_COMB= multi
LICENSE= GPLv2 LGPL21
+LICENSE_COMB= multi
CONFLICTS= haproxy-[1234567890]\*
USE_RC_SUBR= haproxy
@@ -28,7 +28,8 @@ OPTIONS= PCRE "Use PCRE regex library" On\
.include <bsd.port.options.mk>
-MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS
+MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS \
+ CC="${CC}" CFLAGS="${CFLAGS}"
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre