diff options
author | knu <knu@FreeBSD.org> | 2000-04-27 18:31:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-27 18:31:40 +0800 |
commit | f4ed792e4472d85093ae71b4d8e954a5006ec6fc (patch) | |
tree | 1017984238fff66ce4892f0a30517adb86e4c36a /security/seahorse | |
parent | cb9ab946be2afd06139f9e6ff58dbcf22ed92001 (diff) | |
download | freebsd-ports-gnome-f4ed792e4472d85093ae71b4d8e954a5006ec6fc.tar.gz freebsd-ports-gnome-f4ed792e4472d85093ae71b4d8e954a5006ec6fc.tar.zst freebsd-ports-gnome-f4ed792e4472d85093ae71b4d8e954a5006ec6fc.zip |
Update to 0.4.0.
PR: ports/17988
Submitted by: MAINTAINER
Define GTK_CONFIG to configure right.
Fix RUN_DEPENDS. (gnupg's executable file name is `gpg')
Diffstat (limited to 'security/seahorse')
-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 |