diff options
Diffstat (limited to 'www/gtkhtml4/Makefile')
-rw-r--r-- | www/gtkhtml4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 598458e..82be732 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -11,10 +11,10 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libenchant.so:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libenchant.so:textproc/enchant +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto |