diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 02:10:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 02:10:14 +0800 |
commit | 8edd50cb45faab99f59ab9917dce15244c2cf32a (patch) | |
tree | 4d77d9c62ba4b4bc8edcb464a505f367f4cd74aa /security/gnome-keyring | |
parent | f518ab17d1b9e5b57c7a160d5b5bb39a43ee4af9 (diff) | |
download | marcuscom-ports-8edd50cb45faab99f59ab9917dce15244c2cf32a.tar.gz marcuscom-ports-8edd50cb45faab99f59ab9917dce15244c2cf32a.tar.zst marcuscom-ports-8edd50cb45faab99f59ab9917dce15244c2cf32a.zip |
This port installs shared libraries, so mark it as such.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1442 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index d2d38102e..e4721d989 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gtk20 USE_GMAKE= yes USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |