diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:08:36 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-01 20:08:36 +0000 |
commit | 9677a27b10d70b3720cbbb77bbb47cf5070c4441 (patch) | |
tree | 560d608b18e98ee7de707e6674c6b95820a8568b /devel/libsoup22 | |
parent | 9ff877bc33ef6cf02186b3cfc882338678db1f68 (diff) | |
download | FreeBSD-ports-9677a27b10d70b3720cbbb77bbb47cf5070c4441.zip FreeBSD-ports-9677a27b10d70b3720cbbb77bbb47cf5070c4441.tar.gz |
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 25906d2..328e9fb 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" |