diff options
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 585848ad5b87..148f61b69087 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= wine DISTVERSION= 9.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ @@ -40,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \ --without-krb5 \ --with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \ --without-netapi \ + --without-odbc \ --without-opencl \ --without-osmesa \ --without-pcap \ |