diff options
author | decke <decke@FreeBSD.org> | 2014-01-05 05:25:31 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2014-01-05 05:25:31 +0800 |
commit | 05a516f72182d7427ede69fae25f1c57b426a7be (patch) | |
tree | f5528189d8ec0b5721d66ae1bf4a6253c6e6eeb7 /multimedia | |
parent | d123673781738e028bf4fc537e6305b34ecc41da (diff) | |
download | freebsd-ports-gnome-05a516f72182d7427ede69fae25f1c57b426a7be.tar.gz freebsd-ports-gnome-05a516f72182d7427ede69fae25f1c57b426a7be.tar.zst freebsd-ports-gnome-05a516f72182d7427ede69fae25f1c57b426a7be.zip |
- Remove traces to my fork on github and fallback to MASTER_SITES.
We will switch to the official tvheadend repository with the next update.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tvheadend/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index a78d3e95256c..9e1b789a444f 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -19,11 +19,6 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libcurl.so:${PORTSDIR}/ftp/curl -USE_GITHUB= yes -GH_ACCOUNT= decke -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 8a8c1a8 - USES= pkgconfig gmake USE_PYTHON= yes GNU_CONFIGURE= yes |