diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-11 14:35:51 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-11 14:35:51 +0800 |
commit | 534dda7d5e862332bd77945b67d955df583c2933 (patch) | |
tree | 8adb32cef8e1a6b43d4618f8c67fbcb6e9d20cfe /multimedia | |
parent | ba70c03b46a953d53a5d4b5996fb300b0f31645e (diff) | |
download | freebsd-ports-gnome-534dda7d5e862332bd77945b67d955df583c2933.tar.gz freebsd-ports-gnome-534dda7d5e862332bd77945b67d955df583c2933.tar.zst freebsd-ports-gnome-534dda7d5e862332bd77945b67d955df583c2933.zip |
add RUN_DEPENDS
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xawtv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index e33d38752719..08876852dd02 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -16,6 +16,8 @@ COMMENT= A TV viewing application and a few TV utilities BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ ${X11BASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts +RUN_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ + ${X11BASE}/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 \ |