aboutsummaryrefslogtreecommitdiff
path: root/archivers/snappy/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-03 14:34:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-03 14:34:06 +0000
commit28775aff66e7f9f73fe928a287738158b5e68182 (patch)
tree1fb89becaac28a9f19323398656d1e9d6c4b4478 /archivers/snappy/Makefile
parent2149902e8d8a1fd00a86439b685866548c059bd5 (diff)
Notes
Diffstat (limited to 'archivers/snappy/Makefile')
-rw-r--r--archivers/snappy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile
index 3ef17288bc2f..48d0dd76465b 100644
--- a/archivers/snappy/Makefile
+++ b/archivers/snappy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= snappy
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
PORTREVISION= 0
CATEGORIES= archivers
MASTER_SITES= GOOGLE_CODE
@@ -10,11 +10,14 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Fast compressor/decompressor library
+LICENSE= BSD3CLAUSE
+
OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+CFLAGS+= -DNDEBUG
BROKEN_sparc64= Does not compile on sparc64