diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /multimedia | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg2play/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xawtv/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile index 12a62ce63234..fefc9f37a504 100644 --- a/multimedia/mpeg2play/Makefile +++ b/multimedia/mpeg2play/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ MAINTAINER= ports@FreeBSD.org COMMENT= Program to play mpeg-2 movies on X displays -USES= imake +USES= imake motif USE_XORG= x11 xext xp xt -USE_MOTIF= yes ALL_TARGET= mpeg2play .include <bsd.port.options.mk> diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index d58a65c3aaec..f057d9529a90 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -21,10 +21,9 @@ OPTIONS_DEFINE_i386= MMX OPTIONS_DEFAULT= AALIB ZVBI_DESC= Enable libzvbi support +USES= gmake motif USE_BZIP2= yes -USE_MOTIF= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PERL5= yes USE_XORG= x11 xaw CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" |