diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 09:43:42 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 09:43:42 +0800 |
commit | 995f716f7d716f5c277fa41142091a21cc4ae595 (patch) | |
tree | edd25e8410a6fdf93aebbea3218a03b532ec17d7 /www/mozilla/Makefile.common | |
parent | de7e8326a23905522c7aac7d74373ddea64a541a (diff) | |
download | marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.gz marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.zst marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.zip |
- Fix nspr in pkgconfig of old mozilla's so it tries to use port nspr
and not mozilla-nspr.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/Makefile.common')
-rw-r--r-- | www/mozilla/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 9cf2f0db0..433bcc89f 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.12 2005/11/23 02:09:31 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.13 2005/11/23 04:54:58 ahze Exp $ # Ports can use the following: # @@ -308,6 +308,7 @@ gecko-create-plist: .for pcfile in ${PKGCONFIG_FILES} ${ECHO_CMD} "libdata/pkgconfig/${pcfile}.pc" >> ${PLIST} @${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \ + -e 's|${MOZILLA}-nspr = ${PORTVERSION}|nspr|' \ ${FAKEDIR}/libdata/pkgconfig/${pcfile}.pc .endfor ${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST} |