summaryrefslogtreecommitdiff
path: root/converters/wv2
diff options
context:
space:
mode:
Diffstat (limited to 'converters/wv2')
-rw-r--r--converters/wv2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile
index c370300d4ce..86f702dfce3 100644
--- a/converters/wv2/Makefile
+++ b/converters/wv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/10/03 00:20:18 asau Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/19 07:14:04 asau Exp $
#
DISTNAME= wv2-0.2.3
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
# DragonFly's iconv(3) doesn't pass the configure check
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
USE_GNU_ICONV= yes
.endif