diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:18:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:18:00 +0800 |
commit | 2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b (patch) | |
tree | 068b30f42db27f8ef7222404e8ef067a533d188a /math/gnumeric/Makefile | |
parent | 6c87ace519e10ffec3ed583a9d80c660ef1407ec (diff) | |
download | marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar.gz marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar.bz2 marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar.lz marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar.xz marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.tar.zst marcuscom-ports-2a8d2d99cbe8a0c31c85e6f1e42720db5af3f88b.zip |
Add INSTALLS_SHLIB=yes.
Reported by: portlint
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4539 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index c3dbec306..6270f0788 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.8 2005/08/08 07:21:59 marcus Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.9 2005/08/16 06:09:38 marcus Exp $ # PORTNAME= gnumeric @@ -26,6 +26,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ libgsf_gnome pygtk2 desktopfileutils libgnomedb USE_PYTHON= yes INSTALLS_OMF= yes +INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-guile --with-bonobo |