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 | |
parent | 54c8f3461cc11ade0f8271e4cc2c3a1937a5ae5e (diff) |
Notes
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 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 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 |