diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-09 18:10:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-09 18:10:42 +0000 |
commit | d76ace03aec75fa9d98f9eec2f0bd307561d6701 (patch) | |
tree | 8591d86ce4bef6089231137cdf2168712bb686f8 /net/rfbproxy | |
parent | 37577da66b8f400c688e35cc8572cdf5cdf037ed (diff) | |
download | ports-d76ace03aec75fa9d98f9eec2f0bd307561d6701.tar.gz ports-d76ace03aec75fa9d98f9eec2f0bd307561d6701.zip |
Notes
Diffstat (limited to 'net/rfbproxy')
-rw-r--r-- | net/rfbproxy/Makefile | 3 |
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 |