diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-13 12:16:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-13 12:16:10 +0000 |
commit | eac69bd2484ec35134679843aece5795b544e433 (patch) | |
tree | 51479a594ba077fc62f3a2322df959c47d3dd0de | |
parent | b0ae8a6fb40ae46439ceb5bdc13a69d085985f83 (diff) | |
download | freebsd-ports-eac69bd2484ec35134679843aece5795b544e433.zip |
Unbreak
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 5220ed384c88..743746fe4246 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -3,7 +3,7 @@ PORTNAME= mhash PORTVERSION= 0.9.9.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static --with-gnu-ld TEST_TARGET= check +OPTIONS_DEFINE= DOCS + PORTDOCS= example.c skid2-authentication post-install: |