diff options
author | demon <demon@FreeBSD.org> | 2012-06-06 17:42:39 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-06-06 17:42:39 +0800 |
commit | 2219abb116591b2a9f2e82501dbea64f4ccd1fb5 (patch) | |
tree | 1db9809a9545baea6291a86cb4cf4196c755b43a | |
parent | 2aacdc1d0566db17c5e93da1b3f29f2271e84902 (diff) | |
download | freebsd-ports-gnome-2219abb116591b2a9f2e82501dbea64f4ccd1fb5.tar.gz freebsd-ports-gnome-2219abb116591b2a9f2e82501dbea64f4ccd1fb5.tar.zst freebsd-ports-gnome-2219abb116591b2a9f2e82501dbea64f4ccd1fb5.zip |
Pet portlint;
Respect CFLAGS.
PR: 168748
Submitted by: koobs <koobs.freebsd@gmail.com>
-rw-r--r-- | net/haproxy-devel/Makefile | 5 |
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 |