aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-12 17:46:09 +0800
committeradamw <adamw@FreeBSD.org>2003-06-12 17:46:09 +0800
commitaaf166713559a44a8e20404e1e6eb14e1758a66b (patch)
tree001522fb512c55afb05368bed1bedb1a54f687a4 /graphics/librsvg2
parentbdac09a776abef8765f436443280f4aa3ba8ca0f (diff)
downloadfreebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz
freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.zst
freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r--graphics/librsvg2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index e3c2c5f2967f..b7638323f862 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -55,8 +55,4 @@ pre-everything::
@${ECHO_MSG} " WITH_GIMP=yes Build an svg plugin for gimp-devel (default: auto)"
@${ECHO_MSG} ""
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>