diff options
author | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
commit | b386a00f9653ea33472b4410f9ad2d7583aca3d1 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /mail | |
parent | d96d2f12758c212cd02faa1dfa9075e9aa00dbe0 (diff) | |
download | freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.gz freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.zst freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.zip |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
Diffstat (limited to 'mail')
-rw-r--r-- | mail/firetray/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/firetray/Makefile b/mail/firetray/Makefile index 40f97bda131b..42cc670e1187 100644 --- a/mail/firetray/Makefile +++ b/mail/firetray/Makefile @@ -7,7 +7,7 @@ PORTNAME= firetray DISTVERSION= 0.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -20,16 +20,16 @@ PATCH_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr BROKEN= does not build USE_ZIP= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_SCONS= yes USE_PKGCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -GECKO_CONFIG= ${LOCALBASE}/bin/pkg-config ${GECKO} +GECKO_CONFIG= ${LOCALBASE}/bin/pkg-config ${GECKO:S/19//} BUILD_SH_FLAGS= --dynamic-linking \ - --gecko-sdk-bin=`${DIRNAME} ${XPIDL}` \ + --gecko-sdk-bin=`${DIRNAME} ${XPIDL:S/19//}` \ --gecko-sdk-lib=`${GECKO_CONFIG} --variable=sdkdir`/lib \ --gecko-sdk-idl=`${GECKO_CONFIG} --variable=idldir` \ --gecko-sdk-include=`${GECKO_CONFIG} --variable=includedir` |