diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 04:44:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 04:44:27 +0800 |
commit | b34efa3c352ecb3b49427eeba53c455929ccc8c9 (patch) | |
tree | 3315281846a343cff9d6e6344779855626992bc8 /security/seahorse | |
parent | 3670becaef85dcc8c5105261cfcde058f58d3927 (diff) | |
download | freebsd-ports-gnome-b34efa3c352ecb3b49427eeba53c455929ccc8c9.tar.gz freebsd-ports-gnome-b34efa3c352ecb3b49427eeba53c455929ccc8c9.tar.zst freebsd-ports-gnome-b34efa3c352ecb3b49427eeba53c455929ccc8c9.zip |
Add a missing dependency on eel2.
Reported by: bento
Diffstat (limited to 'security/seahorse')
-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" |