summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /emulators
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.tar.gz
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile5
-rw-r--r--emulators/wine/options.mk8
2 files changed, 9 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 98b5a8fc474..d577db2f366 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2006/05/26 09:40:33 adam Exp $
+# $NetBSD: Makefile,v 1.107 2006/05/31 18:22:23 ghen Exp $
DISTNAME= wine-0.9.14
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \
http://ibiblio.org/pub/linux/system/emulators/wine/
@@ -45,7 +46,7 @@ post-install:
.endfor
.include "../../audio/esound/buildlink3.mk"
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index f94abe8d28b..e36de681ea5 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2006/03/31 10:48:00 adam Exp $
+# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= arts cups opengl sane
-PKG_SUGGESTED_OPTIONS= opengl
.include "../../mk/bsd.options.mk"
@@ -26,3 +25,8 @@ PLIST_SUBST+= WINE_OPENGL="@comment "
.if !empty(PKG_OPTIONS:Msane)
.include "../../graphics/sane-backends/buildlink3.mk"
.endif
+
+.if !empty(PKG_OPTIONS:Mopengl)
+.else
+CONFIGURE_ARGS+= --without-opengl
+.endif