diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 09:41:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 09:41:11 +0000 |
commit | 3ae3263b88514201cffcb2c0cd2c0c369a1b1cc9 (patch) | |
tree | 895d98e04b0e37983e222f740a9ba752338cb78c /www/seamonkey/Makefile | |
parent | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (diff) | |
download | ports-3ae3263b88514201cffcb2c0cd2c0c369a1b1cc9.tar.gz ports-3ae3263b88514201cffcb2c0cd2c0c369a1b1cc9.zip |
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0fef9580fd96..d5bad320d02e 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.7.a -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -223,6 +223,8 @@ post-patch: ${WRKSRC}/configure \ ${WRKSRC}/intl/uconv/native/nsNativeUConvService.cpp \ ${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp + @${REINPLACE_CMD} -e 's|libfreetype.so.6|libfreetype.so.9|g' \ + ${WRKSRC}/modules/libpref/src/init/all.js @for pcfile in ${PKGCONFIG_FILES}; do \ ${REINPLACE_CMD} -e 's|mozilla-xpcom|mozilla-xpcom${MOZ_SUFX}${PKGNAMESUFFIX}|g ; \ s|mozilla-nspr|mozilla-nspr${MOZ_SUFX}${PKGNAMESUFFIX}|g' \ |