diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-09-18 23:24:21 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-09-18 23:24:21 +0800 |
commit | 7450b63317208a63f210ead26b2455a4935910b5 (patch) | |
tree | 0499de5903ab45bb92c297fcd7a46d50aeca2c87 /multimedia | |
parent | d3f0354723b45af586d0e02f4a0cb56a87472b95 (diff) | |
download | freebsd-ports-gnome-7450b63317208a63f210ead26b2455a4935910b5.tar.gz freebsd-ports-gnome-7450b63317208a63f210ead26b2455a4935910b5.tar.zst freebsd-ports-gnome-7450b63317208a63f210ead26b2455a4935910b5.zip |
These ports does use GNU configure.
Reported by: bapt
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libvdpau/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index a7d4256cf1e3..f53b96305acb 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm USES= autoreconf libtool pkgconfig tar:bzip2 USE_XORG= glproto pciaccess xext xfixes USE_GL= gl -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=va USE_LDCONFIG= yes 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 |