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-wm/sawfish2 | |
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-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index b468b12534f7..2e898c4568e7 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -17,7 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \ + Xft.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 @@ -45,8 +46,6 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \ - ${WRKSRC}/src/fonts.c post-install: install-info --section="X11 window manager" \ |