diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:03:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 10:03:48 +0800 |
commit | a810e48f36f70b723e4a438e817951f6055a9a80 (patch) | |
tree | 54cd033d0672ffc3d6a6fc89636addcb5bdc5fc3 /devel/present | |
parent | ef7dbbddc86dce2fcb8db08ccbe731cea81b600f (diff) | |
download | marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar.gz marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar.bz2 marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar.lz marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar.xz marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.tar.zst marcuscom-ports-a810e48f36f70b723e4a438e817951f6055a9a80.zip |
Add INSTALLS_SHLIB=yes, reported by portlint.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4535 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/present')
-rw-r--r-- | devel/present/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/present/Makefile b/devel/present/Makefile index 5d9cc1449..c08bc5111 100644 --- a/devel/present/Makefile +++ b/devel/present/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/present/Makefile,v 1.3 2005/06/28 05:40:03 adamw Exp $ +# $MCom: ports/devel/present/Makefile,v 1.4 2005/07/01 18:00:51 marcus Exp $ # PORTNAME= present @@ -19,7 +19,7 @@ LIB_DEPENDS= goffice-1.0:${PORTSDIR}/devel/goffice USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 - +INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" USE_GNOME= gnomehack intlhack |