summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:06:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:06:50 +0000
commit9c45a704eafa43d953c6050e36a0670b616d78d8 (patch)
tree56a81124d60a64dfd002d1a15945b2d91dd6945c
parentFix build, this ports need to be kept in sync wich textproc/lucene (diff)
Fix build on current
Notes
Notes: svn path=/head/; revision=317376
-rw-r--r--multimedia/dtv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile
index d5d403f71060..f2c7db7f009a 100644
--- a/multimedia/dtv/Makefile
+++ b/multimedia/dtv/Makefile
@@ -21,6 +21,7 @@ USE_XORG= xau x11 xext xxf86dga
NOT_FOR_ARCHS= sparc64
post-patch:
- @${REINPLACE_CMD} 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \
+ -e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
.include <bsd.port.mk>