diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-27 08:00:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-27 08:00:51 +0000 |
commit | d66ef1f1c04c75c720488a22d3778520b9bbfd74 (patch) | |
tree | 7b71783941e8c3c2624269129b82ae256454eb98 /net/rsync | |
parent | c430c99635f53beda96a195c0a7762fa68628cbf (diff) |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 8942393cb5b9..30a12f5bb5b9 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -45,7 +45,7 @@ OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \ .if defined(WITH_POPT_PORT) LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .else CONFIGURE_ARGS+= --with-included-popt |