aboutsummaryrefslogtreecommitdiffstats
path: root/www/libepc
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-24 04:33:34 +0800
committertijl <tijl@FreeBSD.org>2014-07-24 04:33:34 +0800
commitea69d4b71aece220433c9e3fca15162432b8bf67 (patch)
tree798e867af343569e6a59b2621e6c9a263df6e74c /www/libepc
parentbfe22bdabc6672f90e9e2668a17da16925f6f202 (diff)
downloadfreebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.tar.gz
freebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.tar.zst
freebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.zip
Remove patches added together with USES=libtool that are no longer needed
after r362656.
Diffstat (limited to 'www/libepc')
-rw-r--r--www/libepc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/www/libepc/Makefile b/www/libepc/Makefile
index 2b872d90d459..d0d5a3564855 100644
--- a/www/libepc/Makefile
+++ b/www/libepc/Makefile
@@ -22,11 +22,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-static
-post-patch:
- @${REINPLACE_CMD} \
- -e '/^examples_server_credentials_LDADD =/s/$$/ $$(LIBEPC_UI_LIBS)/' \
- -e '/^examples_service_browser_LDADD =/s/$$/ $$(LIBEPC_LIBS)/' \
- -e '/^tests_test_progress_hooks_LDADD =/s/$$/ $$(LIBEPC_UI_LIBS)/' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>