diff options
author | gerald <gerald@FreeBSD.org> | 2017-12-02 20:36:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-12-02 20:36:01 +0800 |
commit | 6afa37347a269bc59601ac4b9f11a0e868ed6f51 (patch) | |
tree | 0f2dfbbbdc840f43a2a9f21733ddf302daec9300 /emulators | |
parent | 3970eeaed4ba1eceb36b632aea97284487c9a673 (diff) | |
download | freebsd-ports-gnome-6afa37347a269bc59601ac4b9f11a0e868ed6f51.tar.gz freebsd-ports-gnome-6afa37347a269bc59601ac4b9f11a0e868ed6f51.tar.zst freebsd-ports-gnome-6afa37347a269bc59601ac4b9f11a0e868ed6f51.zip |
Actually commit the following, which I had omitted from revision 455277:
Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN. Once again that patchset still is not available yet a week
after the Wine snapshot.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index b12ffb69e251..1552d3f44d14 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -18,6 +18,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 +STAGING_BROKEN= Staging patchset still not available for this version BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ prelink:sysutils/prelink |