diff options
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 2014854cc190..eca0f1cad32d 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -16,10 +16,10 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.${ARCH}.freebsd MAINTAINER= ak@FreeBSD.org COMMENT= Blazingly fast, full-featured, standards-compliant browser -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig +BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:misc/shared-mime-info +RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:misc/shared-mime-info BUNDLE_LIBS= yes @@ -42,7 +42,7 @@ NO_OPTIONS_SORT=yes CUPS_DESC= support for printing (requires CUPS) VIDEO_DESC= support for HTML5 video (requires GStreamer) -CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups +CUPS_LIB_DEPENDS= libcups.so:print/cups VIDEO_USE= gstreamer=vorbis,ogg,theora,vp8,good GTK2_USE= gnome=gtk20,libxml2 @@ -68,7 +68,7 @@ INSTALLS_ICONS= yes OPERA_ARCH= ${ARCH:S,i386,intel,} .if ${OSVERSION} >= 1000054 -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x PLIST_SUB+= LIBSTDC="" .else PLIST_SUB+= LIBSTDC="@comment " |