diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /multimedia/xbmc | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) | |
download | freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.tar.gz freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.tar.zst freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'multimedia/xbmc')
-rw-r--r-- | multimedia/xbmc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index 7982a252a97d..d259578dee03 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -52,7 +52,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ xdpyinfo:${PORTSDIR}/x11/xdpyinfo -FETCH_ARGS= -Fpr USES= gmake iconv pkgconfig USE_AUTOTOOLS= autoconf libtool automake libltdl GNU_CONFIGURE= yes |