diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-02 01:19:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-02 01:19:32 +0800 |
commit | fba28b18b55b6dd6c27a2511ff46dbe0ea4de5f8 (patch) | |
tree | a6c1ab21b7ccdc91c57639f1f85e230d3669c251 /security/fwknop/Makefile | |
parent | be00d7c6e3c8bc31c475beda8630330a9480c797 (diff) | |
download | freebsd-ports-gnome-fba28b18b55b6dd6c27a2511ff46dbe0ea4de5f8.tar.gz freebsd-ports-gnome-fba28b18b55b6dd6c27a2511ff46dbe0ea4de5f8.tar.zst freebsd-ports-gnome-fba28b18b55b6dd6c27a2511ff46dbe0ea4de5f8.zip |
- Update to version 2.0.4 [1]
- Package links to gpgme, make it LIB_DEPENDS also turn off
linking to it when GPGME=off
- Add empty line between description and WWW line,
remove extraneous whitespace on EOL in pkg-descr
PR: ports/174732 [1]
Submitted by: Sean Greven <sean.greven@gmail.com> (maintainer)
Diffstat (limited to 'security/fwknop/Makefile')
-rw-r--r-- | security/fwknop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 78a0ddbd75c7..5e8eceb5a56c 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fwknop -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -22,7 +22,9 @@ USE_LDCONFIG= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGPGME} -BUILD_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +.else +CONFIGURE_ARGS+=--without-gpgme .endif .include <bsd.port.mk> |