diff options
author | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
commit | 603491d70b75e30755d59d50163c99417aa7e88c (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /multimedia/libdvdread | |
parent | 886ece268ac777611c813ff8a0e0732fbd9fb91e (diff) | |
download | freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.gz freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.zst freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.zip |
Switch to USES=tar for my ports
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r-- | multimedia/libdvdread/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index 7432ac7a81d2..d81c78d6ad93 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -14,7 +14,6 @@ COMMENT= MPlayer version of the libdvdread project LICENSE= GPLv2 -USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 CONFIGURE_ARGS= --prefix="${PREFIX}" \ @@ -24,7 +23,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \ --incdir="${PREFIX}/include/dvdread" \ --disable-opts \ --cc="${CC}" -USES= gmake +USES= tar:xz gmake USE_LDCONFIG= yes OPTIONS_DEFINE= DVDCSS DEBUG |