diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-10 17:22:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-10 17:22:40 +0000 |
commit | e6c86062a219d001a843961afa403d52fe2d9982 (patch) | |
tree | f5cf231ee351b97dc83561980dffd41f5290e70b | |
parent | eb572e5bf86eea898b166a230af948c5694739b8 (diff) | |
download | freebsd-ports-e6c86062a219d001a843961afa403d52fe2d9982.zip |
No need to define IPV6 twice
Pointy hat to: ehaupt
Sponsored by: Absolight
-rw-r--r-- | devel/apr1/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 2bbd124ffb86..7189a4ed7ac5 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -46,8 +46,6 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} -OPTIONS_DEFINE= IPV6 - .include <bsd.port.options.mk> ########## APR Options |