diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /databases/clip/Makefile | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
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 |