summaryrefslogtreecommitdiff
path: root/net/rfbproxy
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 18:10:42 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 18:10:42 +0000
commitd76ace03aec75fa9d98f9eec2f0bd307561d6701 (patch)
tree8591d86ce4bef6089231137cdf2168712bb686f8 /net/rfbproxy
parentfix WWW (diff)
properly handles CPPFLAGS
PR: 43683 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=67705
Diffstat (limited to 'net/rfbproxy')
-rw-r--r--net/rfbproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile
index 4e620c40699f..a110882d5886 100644
--- a/net/rfbproxy/Makefile
+++ b/net/rfbproxy/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= rfbproxy.1