From 72ea7e696b763bdbcef04fdbccc122c0364fa567 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:33:55 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. With hat: portmgr Sponsored by: Absolight --- www/libxul/Makefile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'www/libxul') diff --git a/www/libxul/Makefile b/www/libxul/Makefile index b34550bbf98d..aed7797bb209 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -12,23 +12,23 @@ DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps -BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.19.2.1:${PORTSDIR}/security/nss \ - libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ - graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ - autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ - zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip -# opus>=1.1:${PORTSDIR}/audio/opus \ +BUILD_DEPENDS= nspr>=4.10.10:devel/nspr \ + nss>=3.19.2.1:security/nss \ + libevent2>=2.0.21_2:devel/libevent2 \ + soundtouch>=1.8.0:audio/soundtouch \ + harfbuzz>=0.9.34:print/harfbuzz \ + graphite2>=1.2.4:graphics/graphite2 \ + libvorbis>=1.3.5,3:audio/libvorbis \ + libvpx>=1.3.0:multimedia/libvpx \ + sqlite3>=3.8.9:databases/sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + v4l_compat>0:multimedia/v4l_compat \ + autoconf-2.13:devel/autoconf213 \ + zip:archivers/zip \ + unzip:archivers/unzip +# opus>=1.1:audio/opus \ -LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +LIB_DEPENDS= libv4l2.so:multimedia/libv4l WRKSRC= ${WRKDIR}/mozilla-esr38 CONFLICTS_INSTALL= libxul-1.9.* -- cgit v1.2.3