diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-05 21:26:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-05 21:26:40 +0000 |
commit | 90b2f12a8477639b13e1b928f143269e9284ead4 (patch) | |
tree | c0f4440a15e3f44ddbbe6904d689da686766529e /emulators/wine-devel | |
parent | 54c8f3461cc11ade0f8271e4cc2c3a1937a5ae5e (diff) | |
download | ports-90b2f12a8477639b13e1b928f143269e9284ead4.tar.gz ports-90b2f12a8477639b13e1b928f143269e9284ead4.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
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 |