diff options
Diffstat (limited to 'devel/apr1')
-rw-r--r-- | devel/apr1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 7189a4ed7ac5..2bbd124ffb86 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -46,6 +46,8 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} +OPTIONS_DEFINE= IPV6 + .include <bsd.port.options.mk> ########## APR Options |