summaryrefslogtreecommitdiff
path: root/x11/ggiterm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
commita9f655130603ff40a917146738a8cb2487ed5f82 (patch)
tree5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /x11/ggiterm
parent. update to 0.10.3 (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105726
Diffstat (limited to 'x11/ggiterm')
-rw-r--r--x11/ggiterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index 3ff4bde5dd76..ab3daf02a6aa 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -19,7 +19,7 @@ COMMENT= A terminal emulator for GGI
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
.if !defined(WITHOUT_FREETYPE)
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
-LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
+USE_ICONV= yes
.endif
USE_GMAKE= yes