diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2012-10-23 07:55:30 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2012-10-23 07:55:30 +0000 |
commit | 7a5a800487c758e45653ddde68badc6fbd80920b (patch) | |
tree | 05945e694158cb6c4d00da250935684606781bef /net/miredo/Makefile | |
parent | 4548b5546469cd2c1a004bdb56c657f5106e2124 (diff) |
Notes
Diffstat (limited to 'net/miredo/Makefile')
-rw-r--r-- | net/miredo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index aa5d9b04d6ef..7accf4eb8938 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -7,7 +7,7 @@ PORTNAME= miredo PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.remlab.net/files/miredo/archive/ @@ -18,7 +18,7 @@ LIB_DEPENDS= Judy.1:${PORTSDIR}/devel/judy USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var +CONFIGURE_ARGS= --localstatedir=/var --enable-examplesdir=$(EXAMPLESDIR) USE_LDCONFIG= yes OPTIONS= POLICYTABLE "Install policy table to support teredo" off |