diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-27 12:39:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-27 12:39:52 +0800 |
commit | d1f08608a7cd3a80efbb2d306180370ca7e33ad7 (patch) | |
tree | dc54c5ba91dea257eeab3e951163882f20af38aa /net/easysoap | |
parent | 713499b39c80d91b73f97d10f8505ed3cee9dd7a (diff) | |
download | freebsd-ports-gnome-d1f08608a7cd3a80efbb2d306180370ca7e33ad7.tar.gz freebsd-ports-gnome-d1f08608a7cd3a80efbb2d306180370ca7e33ad7.tar.zst freebsd-ports-gnome-d1f08608a7cd3a80efbb2d306180370ca7e33ad7.zip |
Fix build with new OpenSSL layout.
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 |