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/libsoup22 | |
parent | 3ec8f2477ac1cecfeddd12e5441bfd10ad7468df (diff) | |
download | freebsd-ports-7a7d1e590a43023a9a87c490111e9bc7f353cbe4.zip |
Fix typos: INSTALL_SHLIBS -> INSTALLS_SHLIB
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 25906d204ec3..328e9fbcfa04 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/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" |