diff options
Diffstat (limited to 'www/webkit-gtk2/Makefile')
-rw-r--r-- | www/webkit-gtk2/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index ada9f56f7..77ad249e1 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -15,19 +15,18 @@ COMMENT= An opensource browser engine BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \ - icutu:${PORTSDIR}/devel/icu \ - curl:${PORTSDIR}/ftp/curl \ - soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libicutu.so:${PORTSDIR}/devel/icu \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup USE_XZ= yes USE_GSTREAMER= yes USE_XORG= xt -USES= bison gettext gmake pkgconfig +USES= bison gettext gmake perl5 pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= gtk20 libxslt ltverhack introspection:build USE_SQLITE= yes -USE_PERL5= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ |