diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2012-10-23 15:55:30 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2012-10-23 15:55:30 +0800 |
commit | 162d7ab6b22e854e2e96d1461027fc66fc67e13a (patch) | |
tree | 05945e694158cb6c4d00da250935684606781bef /net/miredo/Makefile | |
parent | aaccd3e239644db2fd0766d12aeeeec561a38cb0 (diff) | |
download | freebsd-ports-graphics-162d7ab6b22e854e2e96d1461027fc66fc67e13a.tar.gz freebsd-ports-graphics-162d7ab6b22e854e2e96d1461027fc66fc67e13a.tar.zst freebsd-ports-graphics-162d7ab6b22e854e2e96d1461027fc66fc67e13a.zip |
- Use --enable-examplesdir
- draft-ietf-6man-rfc3484bis now becomes RFC6724
PR: ports/165796
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Feature safe: yes
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 aa5d9b04d6e..7accf4eb893 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 |