aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xawtv/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-11 00:03:59 +0800
committerpat <pat@FreeBSD.org>2002-03-11 00:03:59 +0800
commit21b9366328e2b36062d11de138afd9e17cec9c8f (patch)
tree4d871a59d64871258e261b7bd57b2ea8d85d7cc2 /multimedia/xawtv/Makefile
parent4b02fe008fd923dd9100b407838c17182943fd0e (diff)
downloadfreebsd-ports-gnome-21b9366328e2b36062d11de138afd9e17cec9c8f.tar.gz
freebsd-ports-gnome-21b9366328e2b36062d11de138afd9e17cec9c8f.tar.zst
freebsd-ports-gnome-21b9366328e2b36062d11de138afd9e17cec9c8f.zip
- fix 5-CURRENT build (add a dependency to XFree86-4-clients)
- fix a compile warning PR: 35736 Submitted by: maintainer
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r--multimedia/xawtv/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index 2e3371862bab..5d6ed96e106d 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -36,6 +36,13 @@ MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 record.1 \
MAN5= xawtvrc.5
MAN8= v4l-conf.8
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
PLIST_SUB+= X11PREFIX=${X11BASE}
post-patch:
@@ -51,4 +58,4 @@ post-configure:
${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>