summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-21 20:44:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-21 20:44:27 +0000
commit76fbad6071d50e98733bb31ea1895d67633f74c8 (patch)
treea9b792693a9cfc9ae838768db5a5585ab2fcb4a2 /security/seahorse
parentThis port is interactive and cannot be built on bento (diff)
Add a missing dependency on eel2.
Reported by: bento
Notes
Notes: svn path=/head/; revision=79425
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index cf7ac5fcf2ad..ecc022750d6e 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -7,6 +7,7 @@
PORTNAME= seahorse
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7
@@ -21,7 +22,7 @@ LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
+USE_GNOME= gnomehack gnomeprefix eel2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"