summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/options.mk
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-08-25 05:27:57 +0000
committerhasso <hasso@pkgsrc.org>2009-08-25 05:27:57 +0000
commit6ce84d577b74757a0a39bac4155872fe92c814c5 (patch)
treeae3aeee52fa5c3e9bec8c55ccd9520b19c0f6b94 /graphics/MesaLib/options.mk
parent1e39b9c3a26b055ea562299e5cff544be8a86532 (diff)
downloadpkgsrc-6ce84d577b74757a0a39bac4155872fe92c814c5.tar.gz
- Fix MESA_TINY missed in last version bump.
- Add INSTALL_LIB_DIR and INSTALL_INC_DIR to fix *.pc files. This should address issues mentioned in the PR 41895. While there make dri default for DragonFly. Bump PKGREVISION.
Diffstat (limited to 'graphics/MesaLib/options.mk')
-rw-r--r--graphics/MesaLib/options.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk
index 54f842fcd2e..cba2a516042 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2009/08/08 15:03:18 drochner Exp $
+# $NetBSD: options.mk,v 1.15 2009/08/25 05:27:57 hasso Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS=
@@ -33,6 +33,10 @@ PKG_SUPPORTED_OPTIONS+= dri
PKG_SUGGESTED_OPTIONS+= dri
.endif
+.if ${OPSYS} == "DragonFly"
+PKG_SUGGESTED_OPTIONS+= dri
+.endif
+
.include "../../mk/bsd.options.mk"
###
### XXX Yes, this is a bit overly verbose; with Mesa, that can't hurt much.