aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-06 05:26:40 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-06 05:26:40 +0800
commit90b2f12a8477639b13e1b928f143269e9284ead4 (patch)
treec0f4440a15e3f44ddbbe6904d689da686766529e /emulators/wine
parent54c8f3461cc11ade0f8271e4cc2c3a1937a5ae5e (diff)
downloadfreebsd-ports-gnome-90b2f12a8477639b13e1b928f143269e9284ead4.tar.gz
freebsd-ports-gnome-90b2f12a8477639b13e1b928f143269e9284ead4.tar.zst
freebsd-ports-gnome-90b2f12a8477639b13e1b928f143269e9284ead4.zip
Configure --without-capi --without-gphoto and --without-sane to avoid
hidden dependencies. PR: 119155
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile3
1 files changed, 2 insertions, 1 deletions
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