diff options
-rw-r--r-- | security/seahorse/Makefile | 3 |
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" |