diff options
-rw-r--r-- | security/seahorse/Makefile | 7 | ||||
-rw-r--r-- | security/seahorse/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index dedb1cf81f2c..36cc33d885e4 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -6,16 +6,19 @@ # PORTNAME= seahorse -PORTVERSION= 0.3.6 +PORTVERSION= 0.4.0 CATEGORIES= security MASTER_SITES= http://www.mu.org/~dave/ MAINTAINER= dave@mu.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= gnupg-1.0.1:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" MAN1= seahorse.1 do-install: diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 61e4d2578276..bf79901a58a7 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1 +1 @@ -MD5 (seahorse-0.3.6.tar.gz) = 3ed6a930659d6d2e27ad3f4e55527779 +MD5 (seahorse-0.4.0.tar.gz) = 631dc27492f7701214a5fb6c51028526 |