diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /x11-toolkits/wxgtk24/Makefile | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index d03dd08a2d5d..8fed5d348a61 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -19,13 +19,13 @@ MAINTAINER?= fjoe@FreeBSD.org COMMENT?= The wxWindows GUI toolkit with GTK+ bindings LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - iconv.3:${PORTSDIR}/converters/libiconv + tiff.4:${PORTSDIR}/graphics/tiff USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |