diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /devel/libole2 | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) | |
download | ports-1a88278734c45ada8e18fca7c815b43d05826c3a.tar.gz ports-1a88278734c45ada8e18fca7c815b43d05826c3a.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176401
Diffstat (limited to 'devel/libole2')
-rw-r--r-- | devel/libole2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 54cb7ddabd68..e3d4570ad502 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -18,7 +18,7 @@ COMMENT= Support library for OLE functions (MS-Excel) for gnumeric USE_GMAKE= yes USE_GNOME= glib12 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |