aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/seamonkey
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile38
1 files changed, 19 insertions, 19 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 2e7ba4a76249..cf96eab9afb7 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -14,24 +14,24 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
COMMENT= The open source, standards compliant web browser
-BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \
- nss>=3.19.4:${PORTSDIR}/security/nss \
- libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
- soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
- harfbuzz>=0.9.42:${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 \
- yasm:${PORTSDIR}/devel/yasm \
- zip:${PORTSDIR}/archivers/zip \
- unzip:${PORTSDIR}/archivers/unzip
-# opus>=1.1:${PORTSDIR}/audio/opus \
-
-LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
+BUILD_DEPENDS= nspr>=4.10.10:devel/nspr \
+ nss>=3.19.4:security/nss \
+ libevent2>=2.0.21_2:devel/libevent2 \
+ soundtouch>=1.8.0:audio/soundtouch \
+ harfbuzz>=0.9.42: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 \
+ yasm:devel/yasm \
+ zip:archivers/zip \
+ unzip:archivers/unzip
+# opus>=1.1:audio/opus \
+
+LIB_DEPENDS= libv4l2.so:multimedia/libv4l
EM_VERSION= 1.9.1
L_VERSION= 4.4
@@ -88,7 +88,7 @@ MOZ_OPTIONS+= --enable-ldap --enable-mailnews
.if ${PORT_OPTIONS:MENIGMAIL}
MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail
DISTFILES+= ${EM_DISTFILE}:enigmail
-RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg
+RUN_DEPENDS+= gpg2:security/gnupg
EM_DISTNAME= enigmail-${EM_VERSION}
EM_DISTFILE= ${EM_DISTNAME}.tar.gz
EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}.xpi