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/gnomevfs | |
parent | Fix typo: INSTALL_SHLIB -> INSTALLS_SHLIB (diff) |
Fix typos: INSTALL_SHLIBS -> INSTALLS_SHLIB
Notes
Notes:
svn path=/head/; revision=43415
Diffstat (limited to 'devel/gnomevfs')
-rw-r--r-- | devel/gnomevfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnomevfs/Makefile b/devel/gnomevfs/Makefile index 7687eacca118..b685b77e470a 100644 --- a/devel/gnomevfs/Makefile +++ b/devel/gnomevfs/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |