summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-22 04:40:12 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-22 04:40:12 +0800
commit52456b1b5e047ffa6538fbd768c6d5f4d9400838 (patch)
treeab61a00f2331bf60c342bf237e83f6e4017502e2 /www/epiphany-extensions
parent572462d09d429be7a8757bae8a0a932d948553c3 (diff)
downloadmarcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar.gz
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar.bz2
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar.lz
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar.xz
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.tar.zst
marcuscom-ports-52456b1b5e047ffa6538fbd768c6d5f4d9400838.zip
Fix configure with mozilla-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3005 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r--www/epiphany-extensions/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 29dd2237f..815f6f168 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -78,6 +78,11 @@ pre-everything::
@${ECHO_MSG} ""
post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g; \
+ s|mozilla-xpcom|mozilla-xpcom${HEADERS_SUFX}|g; \
+ s|$$MOZILLA-gtkmozembed|$$MOZILLA-gtkmozembed${HEADERS_SUFX}|g; \
+ s|$$MOZILLA-xpcom|$$MOZILLA-xpcom${HEADERS_SUFX}|g' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>