aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-03-19 07:10:50 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-03-19 07:10:50 +0000
commit3b418e17a5c1f31739a8cca92b71db792e779c6a (patch)
tree9d84a06141ee07955794dae02b748512763284eb /misc
parentd274d59ad0d5e9d9f0ba4ea22f49d19f505294d7 (diff)
downloadports-3b418e17a5c1f31739a8cca92b71db792e779c6a.tar.gz
ports-3b418e17a5c1f31739a8cca92b71db792e779c6a.zip
misc/mbuffer: Don't accidentally pick up libgcrypt from the build environment
- Fix LICENSE
Notes
Notes: svn path=/head/; revision=464990
Diffstat (limited to 'misc')
-rw-r--r--misc/mbuffer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile
index 4eb1e2e2464e..8eda3a261a67 100644
--- a/misc/mbuffer/Makefile
+++ b/misc/mbuffer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mbuffer
PORTVERSION= 2018.03.18
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
@@ -10,14 +11,16 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= tobik@FreeBSD.org
COMMENT= Tool for buffering data streams
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake localbase ssl tar:tgz
GNU_CONFIGURE= yes
# Prevent sendfile() from being detected by configure and rejected
# by mbuffer.c due to being "unable to send from buffers".
-CONFIGURE_ARGS= ac_cv_search_sendfile=no
+CONFIGURE_ARGS= ac_cv_search_sendfile=no \
+ ac_cv_header_gcrypt_h=no \
+ ac_cv_search_gcry_cipher_algo_name=no
MAKE_ARGS= SHELL=/bin/sh
TEST_TARGET= check