diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-27 04:39:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-27 04:39:52 +0000 |
commit | 91e9da7e66c8c68eaace3c9b2f53838e5e21b877 (patch) | |
tree | fba831497783cc5d7bb1d8140d3b1acf3f021364 /net/easysoap | |
parent | Add RC_SUBR support. (diff) |
Fix build with new OpenSSL layout.
Notes
Notes:
svn path=/head/; revision=87765
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index 39c38eda327f..b2d7df874148 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |