diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:53:26 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:53:26 +0000 |
commit | 6cc32526ceceef9bb4b51098c31848bb8446f990 (patch) | |
tree | 6ddc4d017f39d189f4f44276a2d7df437636acab | |
parent | 2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565 (diff) |
-rw-r--r-- | multimedia/xawtv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index b024ad6405d1..fef0c32a64aa 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/share/fonts/misc/led-iso8859-1.pcf.gz:x11-fonts/tv-f RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/led-iso8859-1.pcf.gz:x11-fonts/tv-fonts LIB_DEPENDS= libpng.so:graphics/png -USES= gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig xorg +USES= cpe gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig xorg + +CPE_VENDOR= linuxtv OPTIONS_DEFINE= AALIB BKTR DV QUICKTIME ZVBI OPTIONS_DEFINE_i386= MMX |