diff options
Diffstat (limited to 'databases/clip/Makefile')
-rw-r--r-- | databases/clip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index e1abaeb9a520..fbe35c2d055c 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -34,8 +34,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \ - gd.4:${PORTSDIR}/graphics/gd \ - iconv.3:${PORTSDIR}/converters/libiconv + gd.4:${PORTSDIR}/graphics/gd RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ wget:${PORTSDIR}/ftp/wget @@ -72,6 +71,7 @@ PLIST_SUB+= IBASE="@comment " USE_BISON= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes REINPLACE_ARGS= -i "" USE_XLIB= yes |