From 9a20f6a35f4a692d6746e67016e0500f4445d979 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 9 May 2012 18:39:35 +0000 Subject: Explicitly disable TWAIN support for Mac OS X: 1.) It doesn't seem to get detected under Mac OS X Lion. 2.) It doesn't compile under Mac OS X Snow Leopard, see . While here really remove the conditional package list handling related to TWAIN support. No package revision bump necessary as the binary package doesn't change on the one Mac OS X version where the package actually built. --- graphics/gimp/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'graphics/gimp') diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 51159a9c974..90a33b173bb 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2012/05/07 08:40:07 adam Exp $ +# $NetBSD: Makefile,v 1.213 2012/05/09 18:39:35 tron Exp $ DISTNAME= gimp-2.8.0 CATEGORIES= graphics @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-linux-input +CONFIGURE_ARGS+= --without-mac-twain UNLIMIT_RESOURCES+= datasize @@ -49,10 +50,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -PLIST_VARS+= remote twain -.if exists(/System/Library/Frameworks/TWAIN.framework) -PLIST.twain= yes -.endif +PLIST_VARS+= remote .include "options.mk" -- cgit v1.2.3