diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-30 14:25:30 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-30 14:25:30 +0000 |
commit | 8f17865fa84fb3e5be346ae69fc6c2987be902cb (patch) | |
tree | 05ea757577110b7d6b29e9f957a05ac20d34739b /graphics | |
parent | 533ccb76c69252f43cc31fbc0fe554e0e400893a (diff) | |
download | pkgsrc-8f17865fa84fb3e5be346ae69fc6c2987be902cb.tar.gz |
PR pkg/38795: Hasso Tepper: Add dri option to MesaLib for DragonFly
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index a7a81bec7df..36866f57dcf 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2008/05/28 02:31:56 bjs Exp $ +# $NetBSD: options.mk,v 1.6 2008/05/30 14:25:30 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= mesa-execmem-mmap @@ -46,7 +46,8 @@ PKG_SUGGESTED_OPTIONS= mesa-execmem-mmap .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \ ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" || \ ${MACHINE_ARCH} == "sparc64") && \ - (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD") + (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \ + ${OPSYS} == "DragonFly") PKG_SUPPORTED_OPTIONS+= dri .endif ### |