diff options
author | anholt <anholt@FreeBSD.org> | 2003-02-18 12:51:34 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-02-18 12:51:34 +0800 |
commit | bbd40e6567929777b1318d8007a72beb45fe4d11 (patch) | |
tree | 5caa165101b54687ed4db3da64661e9f1be5752d /x11-toolkits/gtk20 | |
parent | 752b5659d3e9f975a4c2ff8503a818215edb7042 (diff) | |
download | freebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.tar.gz freebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.tar.zst freebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.zip |
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 0c008a6dba21..56058548cba4 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -49,8 +49,6 @@ MAN1= gdk-pixbuf-csource.1 post-patch: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|Xft\.h|Xft2.h|g' @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ |