diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:08:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:08:36 +0000 |
commit | 7a7d1e590a43023a9a87c490111e9bc7f353cbe4 (patch) | |
tree | 497eaedacfe2beedd3157fa68dfae16d82d12391 /devel/libsoup/Makefile | |
parent | 3ec8f2477ac1cecfeddd12e5441bfd10ad7468df (diff) |
Notes
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 25906d204ec3..328e9fbcfa04 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}.1 USE_LIBTOOL= yes USE_GLIB= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |