diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-18 23:24:21 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-18 23:24:21 +0800 |
commit | 38da09bb48623ee680b341c344bda7823d06734d (patch) | |
tree | 0499de5903ab45bb92c297fcd7a46d50aeca2c87 /multimedia/libvdpau | |
parent | 71bca552f4174d3ebaac4503b784f52b7f0fb185 (diff) | |
download | freebsd-ports-gnome-38da09bb48623ee680b341c344bda7823d06734d.tar.gz freebsd-ports-gnome-38da09bb48623ee680b341c344bda7823d06734d.tar.zst freebsd-ports-gnome-38da09bb48623ee680b341c344bda7823d06734d.zip |
These ports does use GNU configure.
Reported by: bapt
Diffstat (limited to 'multimedia/libvdpau')
-rw-r--r-- | multimedia/libvdpau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index 81d8a68fb48a..dc5329340d6c 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool pkgconfig tar:xz -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-documentation USE_XORG= dri2proto xext USE_LDCONFIG= yes |