diff options
Diffstat (limited to 'x11/ggiterm/Makefile')
-rw-r--r-- | x11/ggiterm/Makefile | 2 |
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 |