diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-02 04:08:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-02 04:08:36 +0800 |
commit | 9677a27b10d70b3720cbbb77bbb47cf5070c4441 (patch) | |
tree | 560d608b18e98ee7de707e6674c6b95820a8568b /devel/libunicode | |
parent | 9ff877bc33ef6cf02186b3cfc882338678db1f68 (diff) | |
download | freebsd-ports-gnome-9677a27b10d70b3720cbbb77bbb47cf5070c4441.tar.gz freebsd-ports-gnome-9677a27b10d70b3720cbbb77bbb47cf5070c4441.tar.zst freebsd-ports-gnome-9677a27b10d70b3720cbbb77bbb47cf5070c4441.zip |
Fix typos: INSTALL_SHLIBS -> INSTALLS_SHLIB
Diffstat (limited to 'devel/libunicode')
-rw-r--r-- | devel/libunicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 89b45f2fa5cc..b95c0e7fa40a 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -19,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |