diff options
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 7 |
1 files changed, 5 insertions, 2 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: |