diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-21 04:13:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-21 04:13:09 +0800 |
commit | 0c81d782c297cc5c017f11fa92de5519fe498e6d (patch) | |
tree | a57b41cf4a4e013495661876ca90bc88c3536da4 /security/netpgp/Makefile | |
parent | 302f5427d0093a36cd4ae3082c0e848773066eda (diff) | |
download | freebsd-ports-gnome-0c81d782c297cc5c017f11fa92de5519fe498e6d.tar.gz freebsd-ports-gnome-0c81d782c297cc5c017f11fa92de5519fe498e6d.tar.zst freebsd-ports-gnome-0c81d782c297cc5c017f11fa92de5519fe498e6d.zip |
- update to 20100710
- add USE_OPENSSL macros
PR: ports/149812
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
Approved by: jadawin (co-mentor)
Diffstat (limited to 'security/netpgp/Makefile')
-rw-r--r-- | security/netpgp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 27879b1d6896..0dfa8fc73cf3 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netpgp -PORTVERSION= 20100601 +PORTVERSION= 20100710 CATEGORIES= security MASTER_SITES= NETBSD/LOCAL_PORTS @@ -16,6 +16,7 @@ COMMENT= PGP signing, verification, encryption and decryption program LICENSE= BSD LICENSE_FILE= ${WRKSRC}/Licence +USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |