diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-06-19 18:56:05 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-06-19 18:56:05 +0000 |
commit | b52d9e0defdf359412c2210159845e094bd87173 (patch) | |
tree | 09a446cdd2ac037f987913dd20d157251f664cbe /multimedia/xawtv/Makefile | |
parent | c7d9de7958290987c2100484f4f291a642c7a727 (diff) | |
download | ports-b52d9e0defdf359412c2210159845e094bd87173.tar.gz ports-b52d9e0defdf359412c2210159845e094bd87173.zip |
Notes
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 802449d8bfc6..28efb283bbf3 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.91 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= A TV viewing application and a few TV utilities -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ + ${PREFIX}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |