diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:56:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:56:51 +0000 |
commit | a21554fbc4685d138df6c6ff17ab134a27c566d8 (patch) | |
tree | 0dbc1dc1677b7bee67b1484badf7405e54a0716a /security/seahorse-plugins | |
parent | 77a07dce0478656d2c65ba8bf93a9c1b5c918b8a (diff) | |
download | ports-a21554fbc4685d138df6c6ff17ab134a27c566d8.tar.gz ports-a21554fbc4685d138df6c6ff17ab134a27c566d8.zip |
Notes
Diffstat (limited to 'security/seahorse-plugins')
-rw-r--r-- | security/seahorse-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index bf3507e2fff6..473b2e20b18c 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -8,6 +8,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.24.1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-nautilus .if !defined(WITHOUT_EPIPHANY) BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.23" +PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.24" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |