aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 20:08:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 20:08:21 +0000
commit5e2a2cdadac51e67bf2253cf5eb287db9758ba7c (patch)
tree2863acacf46ddbf9f1a06a003b7a289cba4b33dd /www/seamonkey
parentc3638a2db302537c01afef60020f72d74b380bd7 (diff)
downloadports-5e2a2cdadac51e67bf2253cf5eb287db9758ba7c.tar.gz
ports-5e2a2cdadac51e67bf2253cf5eb287db9758ba7c.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 99b56fd92b79..3c4c7be35c71 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -172,7 +172,8 @@ post-patch:
.if !defined(WITHOUT_XFT)
@${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
${WRKSRC}/gfx/src/gtk/nsDrawingSurfaceGTK.cpp \
- ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h
+ ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h \
+ ${WRKSRC}/gfx/src/gtk/nsDeviceContextGTK.cpp
.endif
@${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \
-e 's|%%HEADERS_SUFX%%|-devel|g' \