From 5db9c2715f2cb550af20c58ae212b7179f7759ea Mon Sep 17 00:00:00 2001 From: gerald Date: Mon, 5 Jan 2009 21:26:40 +0000 Subject: Configure --without-capi --without-gphoto and --without-sane to avoid hidden dependencies. PR: 119155 --- emulators/wine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d8ace591d961..211274a5483f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -26,7 +26,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests +CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ + --without-capi --without-gphoto --without-sane CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine -- cgit