aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-01-06 05:26:40 +0800
committergerald <gerald@FreeBSD.org>2009-01-06 05:26:40 +0800
commit5db9c2715f2cb550af20c58ae212b7179f7759ea (patch)
tree6bfb5b3953ee603985ff33bd07f8442fc45cb605 /emulators/wine-devel/Makefile
parent059425690d2871c94909e3544e84610ac3749090 (diff)
downloadfreebsd-ports-gnome-5db9c2715f2cb550af20c58ae212b7179f7759ea.tar.gz
freebsd-ports-gnome-5db9c2715f2cb550af20c58ae212b7179f7759ea.tar.zst
freebsd-ports-gnome-5db9c2715f2cb550af20c58ae212b7179f7759ea.zip
Configure --without-capi --without-gphoto and --without-sane to avoid
hidden dependencies. PR: 119155
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index d8ace591d961..211274a5483f 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/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