diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-21 20:44:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-21 20:44:27 +0000 |
commit | 76fbad6071d50e98733bb31ea1895d67633f74c8 (patch) | |
tree | a9b792693a9cfc9ae838768db5a5585ab2fcb4a2 /security/seahorse/Makefile | |
parent | 0fd36f3dde1fe2d7341e34bce0bd92109de4457b (diff) | |
download | ports-76fbad6071d50e98733bb31ea1895d67633f74c8.tar.gz ports-76fbad6071d50e98733bb31ea1895d67633f74c8.zip |
Notes
Diffstat (limited to 'security/seahorse/Makefile')
-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" |