diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:41:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:41:05 +0800 |
commit | 218cc44daf7377ab1a93f6a602e05d79a1d9472a (patch) | |
tree | 6f9685203535c4db03e99a45a809466f3b071d87 /multimedia/libbluray | |
parent | bba6aaf2359b002f76ad816fa54a450de2343f83 (diff) | |
download | freebsd-ports-gnome-218cc44daf7377ab1a93f6a602e05d79a1d9472a.tar.gz freebsd-ports-gnome-218cc44daf7377ab1a93f6a602e05d79a1d9472a.tar.zst freebsd-ports-gnome-218cc44daf7377ab1a93f6a602e05d79a1d9472a.zip |
Convert to USES=autoreconf
Diffstat (limited to 'multimedia/libbluray')
-rw-r--r-- | multimedia/libbluray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index 78dc8726cf8a..d1c03fbffdcd 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -20,10 +20,10 @@ LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs \ libbdplus.so:${PORTSDIR}/multimedia/libbdplus INSTALL_TARGET= install-strip -USE_AUTOTOOLS= autoconf aclocal automake -USES= iconv libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 +GNU_CONFIGURE= yes .include "Makefile.include" |