diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-10 07:29:51 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-10 07:29:51 +0800 |
commit | 9e0a48c38381c222f5226bf93fd40a59e10fcb0d (patch) | |
tree | dcaa65589eb7edb45e505f83a4c362e04bf8cd34 | |
parent | 29bd78c161883eca147aa149313d69be67c21852 (diff) | |
download | marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar.gz marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar.bz2 marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar.lz marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar.xz marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.tar.zst marcuscom-ports-9e0a48c38381c222f5226bf93fd40a59e10fcb0d.zip |
Add a missing dependency, libSM. Bump it.
Reported by: MC tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12054 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/seahorse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 6ef3c2fd2..b055c06bd 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.75 2009/02/24 20:41:14 kwm Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.76 2009/03/03 04:43:31 marcus Exp $ # PORTNAME= seahorse PORTVERSION= 2.25.92 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,6 +23,7 @@ LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ soup-2.4.1:${PORTSDIR}/devel/libsoup +USE_XORG= sm USE_LDCONFIG= yes USE_BZIP2= yes USE_GETTEXT= yes |