pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/wine Added options to use arts and sane
details: https://anonhg.NetBSD.org/pkgsrc/rev/434dc8f13936
branches: trunk
changeset: 501151:434dc8f13936
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 17 14:09:12 2005 +0000
description:
Added options to use arts and sane
diffstat:
emulators/wine/Makefile | 7 ++-----
emulators/wine/options.mk | 12 ++++++++++--
2 files changed, 12 insertions(+), 7 deletions(-)
diffs (59 lines):
diff -r 75c85f7a3fe8 -r 434dc8f13936 emulators/wine/Makefile
--- a/emulators/wine/Makefile Mon Oct 17 13:04:36 2005 +0000
+++ b/emulators/wine/Makefile Mon Oct 17 14:09:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2005/10/10 08:32:23 adam Exp $
+# $NetBSD: Makefile,v 1.92 2005/10/17 14:09:12 adam Exp $
DISTNAME= Wine-20050930
PKGNAME= ${DISTNAME:S/W/w/}
@@ -13,8 +13,6 @@
BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
-CONFLICTS= rewind-[0-9]*
-
ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 SunOS*-i386 Darwin*-i386
@@ -25,8 +23,6 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-trace
-CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE}
-CONFIGURE_ENV+= ac_cv_prog_sane_devel=no
UNLIMIT_RESOURCES= datasize
REPLACE_PERL= tools/winemaker tools/winedump/function_grep.pl
@@ -50,6 +46,7 @@
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
diff -r 75c85f7a3fe8 -r 434dc8f13936 emulators/wine/options.mk
--- a/emulators/wine/options.mk Mon Oct 17 13:04:36 2005 +0000
+++ b/emulators/wine/options.mk Mon Oct 17 14:09:12 2005 +0000
@@ -1,10 +1,18 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:42:04 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/10/17 14:09:12 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
-PKG_SUPPORTED_OPTIONS= cups
+PKG_SUPPORTED_OPTIONS= arts cups sane
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Marts)
+.include "../../audio/arts/buildlink3.mk"
+.endif
+
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups/buildlink3.mk"
.endif
+
+.if !empty(PKG_OPTIONS:Msane)
+.include "../../graphics/sane-backends/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index