diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 10:31:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 10:31:40 +0000 |
commit | d3ed7b40f2bf05834f9c73e8636bb1b456a1c503 (patch) | |
tree | 00cfb5873d93a8b739a7f23d98d86791cdef0ac9 | |
parent | Update TiMidity++ to 2.9.2. (diff) |
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')
Notes
Notes:
svn path=/head/; revision=28035
-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 |