diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/opera | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
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 " |