diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-16 12:46:48 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-16 12:46:48 +0800 |
commit | e1fcbf30a4e24ef0a09407f796fd988d95bb65cd (patch) | |
tree | 04c8a063d9b7693bf8d5cd05c2d18e763beb5649 /www/firefox36/Makefile | |
parent | 93348928899bd2d96129fdf32fd667478904e8a5 (diff) | |
download | freebsd-ports-gnome-e1fcbf30a4e24ef0a09407f796fd988d95bb65cd.tar.gz freebsd-ports-gnome-e1fcbf30a4e24ef0a09407f796fd988d95bb65cd.tar.zst freebsd-ports-gnome-e1fcbf30a4e24ef0a09407f796fd988d95bb65cd.zip |
- Update to 1.0.3
- Re-enable cups support
Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index f1532bb818ef..92ff29ca8e18 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -6,11 +6,11 @@ # PORTNAME= firefox -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0.2/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0.3/source DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= gnome@FreeBSD.org @@ -166,7 +166,7 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${REINPLACE_CMD} -e 's|libesd\.so\.\d+|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.no|g' \ + @${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.so|g' \ ${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp .for ii in modules/libpref/src/init extensions/sroaming/resources/content/prefs \ embedding/minimo |