diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mythtv-frontend/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mythtv/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile index a4f980a483ce..ea03b51478fa 100644 --- a/multimedia/mythtv-frontend/Makefile +++ b/multimedia/mythtv-frontend/Makefile @@ -24,6 +24,8 @@ GH_ACCOUNT= MythTV GH_PROJECT= mythtv GH_TAGNAME= 5a5e1cd +WRKSRC_SUBDIR= ${GH_PROJECT} + ONLY_FOR_ARCHS= i386 amd64 NOPRECIOUSMAKEVARS= # don't override $(ARCH) in ffmpeg makefiles USES= gmake libtool pkgconfig diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 804c2484d16b..5d8cc5bd4502 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -25,6 +25,8 @@ USE_GITHUB= yes GH_ACCOUNT= MythTV GH_TAGNAME= 5a5e1cd +WRKSRC_SUBDIR= ${PORTNAME} + ONLY_FOR_ARCHS= i386 amd64 USE_PERL5= run build NOPRECIOUSMAKEVARS= # don't override $(ARCH) in ffmpeg makefiles |