summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/seahorse3/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 76d332b0b..0ec7949c6 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.101 2011/03/06 20:09:35 kwm Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.102 2011/04/09 15:57:12 mezz Exp $
#
PORTNAME= seahorse
@@ -24,6 +24,8 @@ LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup
+CONFLICTS= seahorse-3.[0-9]*
+
USE_XORG= sm
USE_LDCONFIG= yes
USE_BZIP2= yes
diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile
index b5ec6f549..941871703 100644
--- a/security/seahorse3/Makefile
+++ b/security/seahorse3/Makefile
@@ -3,7 +3,7 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse3/Makefile,v 1.3 2011/03/29 20:44:10 kwm Exp $
+# $MCom: ports/security/seahorse3/Makefile,v 1.4 2011/04/07 08:36:00 kwm Exp $
#
PORTNAME= seahorse
@@ -24,6 +24,8 @@ LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup
+CONFLICTS= seahorse-2.[0-9]*
+
USE_XORG= sm
USE_LDCONFIG= yes
USE_BZIP2= yes