diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
commit | 38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch) | |
tree | 662a776fedc3c397b783a0430a4b7be199a8e394 /graphics/sodipodi | |
parent | 953d99c1d09853d63e45c6d270aa74cebcd15151 (diff) | |
download | ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.tar.gz ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.zip |
Notes
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 0535e6ea5d2d..57a1f4294f46 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -33,9 +33,5 @@ MAN1= sodipodi.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/src/libnrtype/nr-type-xft.c - .include <bsd.port.mk> |