diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-18 05:00:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-18 05:00:42 +0000 |
commit | c3585a7841c14aa978408fe8570ce941d0d332b5 (patch) | |
tree | 4ea7e4252511fbc54d590c1a70aaedc86e0acf21 /x11-fonts/fontilus/Makefile | |
parent | bbd40e6567929777b1318d8007a72beb45fe4d11 (diff) | |
download | FreeBSD-ports-c3585a7841c14aa978408fe8570ce941d0d332b5.zip FreeBSD-ports-c3585a7841c14aa978408fe8570ce941d0d332b5.tar.gz |
Remove the Xft.h -> Xft2.h hack.
Diffstat (limited to 'x11-fonts/fontilus/Makefile')
-rw-r--r-- | x11-fonts/fontilus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/fontilus/Makefile b/x11-fonts/fontilus/Makefile index dc05ddf..7e84eac 100644 --- a/x11-fonts/fontilus/Makefile +++ b/x11-fonts/fontilus/Makefile @@ -24,8 +24,4 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -post-patch: - @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \ - ${WRKSRC}/src/font-view.c - .include <bsd.port.mk> |