aboutsummaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-12-30 01:44:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-12-30 01:44:22 +0000
commitc945d33d06bd43304f2b2446860f701f5e85c9ea (patch)
treef4aa9268f9a7ad6f7f241739942273c7f97b8c10 /net/rdesktop
parenta15aa2e989fd63b1dd6119be4a82bbbc82e1aa1b (diff)
downloadports-c945d33d06bd43304f2b2446860f701f5e85c9ea.tar.gz
ports-c945d33d06bd43304f2b2446860f701f5e85c9ea.zip
Notes
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index 9c272c1a5f5c..1b9ed43d85c3 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -26,6 +26,11 @@ MAN1= rdesktop.1
CONFIGURE_ARGS+= --with-ipv6
.endif
+.if defined(WITH_ICONV)
+USE_ICONV= yes
+CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
+.endif
+
.if defined(WITH_RDESKTOP_DEBUG)
CONFIGURE_ARGS+= --with-debug\
--with-debug-kbd\