diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-19 04:39:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-19 04:39:07 +0800 |
commit | 24c7f60328729f5f080ba35e5766eeeaca9f9974 (patch) | |
tree | 8497595f0c59a97b0770d794a87d42bf07579290 /www/epiphany | |
parent | 5c0df1498e7f03a4c227c9e6cbbc3d7eb2813c06 (diff) | |
download | freebsd-ports-gnome-24c7f60328729f5f080ba35e5766eeeaca9f9974.tar.gz freebsd-ports-gnome-24c7f60328729f5f080ba35e5766eeeaca9f9974.tar.zst freebsd-ports-gnome-24c7f60328729f5f080ba35e5766eeeaca9f9974.zip |
Don't tack on -gtk2 when looking for Mozilla pkgconfig files.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 7254d14909b7..e7580becb0de 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -88,7 +88,7 @@ post-extract: .endfor post-patch: - @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}-gtk2|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \ |