aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dtv
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-05 06:06:50 +0800
committerbapt <bapt@FreeBSD.org>2013-05-05 06:06:50 +0800
commit9783f953d237646979c5ec73c08fb08e9548c2a8 (patch)
tree56a81124d60a64dfd002d1a15945b2d91dd6945c /multimedia/dtv
parent95010e18bee8aefa556725903385e403d3462a6f (diff)
downloadfreebsd-ports-gnome-9783f953d237646979c5ec73c08fb08e9548c2a8.tar.gz
freebsd-ports-gnome-9783f953d237646979c5ec73c08fb08e9548c2a8.tar.zst
freebsd-ports-gnome-9783f953d237646979c5ec73c08fb08e9548c2a8.zip
Fix build on current
Diffstat (limited to 'multimedia/dtv')
-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>