diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
commit | e47ac01488c933a3a8a38b32ba35d4f9c4992493 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /multimedia/mythtv/Makefile | |
parent | 3796ff69397692329dd89edad8abbabebdc2e36c (diff) | |
download | ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.tar.gz ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327343
Diffstat (limited to 'multimedia/mythtv/Makefile')
-rw-r--r-- | multimedia/mythtv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 9cbe510809f0..93cf9804744c 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -23,15 +23,13 @@ RUN_DEPENDS= tv_check:${PORTSDIR}/textproc/p5-xmltv \ CONFLICTS= mythtv-frontend-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -USES= pkgconfig +USES= gmake pkgconfig perl5 USE_BZIP2= yes USE_QT4= gui sql network script linguist_build l10n sql-mysql_run \ moc_build qmake_build rcc_build uic_build imageformats QT_NONSTANDARD= yes USE_MYSQL= 51 -USE_GMAKE= yes HAS_CONFIGURE= yes -USE_PERL5= yes USE_LDCONFIG= ${PREFIX}/lib/mythtv/filters REINPLACE_ARGS= -i "" USE_RC_SUBR= mythbackend |