diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
commit | 32f4b98d364ab7e634b9cb207331927f82d0fd6e (patch) | |
tree | 5f22498747e470d9603c10d2048ed8c4582381ca /security | |
parent | 407c21d3ed0cc59ee735e1c779ac1b7958a3528b (diff) | |
download | marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.gz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.bz2 marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.lz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.xz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.zst marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5756 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 870ccf65e..b1c9f6202 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,12 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.12 2006/02/05 21:08:52 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.13 2006/02/14 19:25:41 adamw Exp $ # PORTNAME= seahorse PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gpg-check diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 8c1d78624..dfe968f9b 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -1,11 +1,16 @@ bin/seahorse bin/seahorse-agent bin/seahorse-pgp-preferences +%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a +%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la %%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so %%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin lib/libseahorse-internal.a +lib/libseahorse-internal.la lib/libseahorse-internal.so lib/libseahorse-internal.so.0 +%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.a +%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.la %%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.so share/gnome/applications/seahorse-pgp-preferences.desktop share/gnome/applications/seahorse.desktop |