summaryrefslogtreecommitdiff
path: root/x11-toolkits/vte
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 16:32:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 16:32:15 +0000
commit09e160f7b48f5f284182109b9f34236bd0bb9a79 (patch)
tree0ba59ffa1f4b029a3fb05d56c3083fd3d8830571 /x11-toolkits/vte
parentPORTEPOCH should never be decreasing. (diff)
Fix vte after recent Xft2 -> Xft conversion.
Notes
Notes: svn path=/head/; revision=75809
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r--x11-toolkits/vte/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 4c0509119d32..26bc26df1034 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -35,10 +35,6 @@ post-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
- @${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \
- ${WRKSRC}/src/vte.c
- @${REINPLACE_CMD} -Ee '/^(libvte_la_LIBADD|vte_LDADD)/s/(.*)/\1 -lXft2/' \
- ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
${WRKSRC}/po/Makefile.in.in