diff options
author | dbn <dbn@FreeBSD.org> | 2015-04-19 20:37:10 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2015-04-19 20:37:10 +0800 |
commit | 8783d3cfabcf1a1a85d8aaa5ca59589789b4dc47 (patch) | |
tree | 8c5804e82c3a23dcd48d391c550ab0545a0032a9 /emulators/wine-devel | |
parent | 58fa575ab1358d4a4bf8cd76d6fbbe8a086ced9d (diff) | |
download | freebsd-ports-gnome-8783d3cfabcf1a1a85d8aaa5ca59589789b4dc47.tar.gz freebsd-ports-gnome-8783d3cfabcf1a1a85d8aaa5ca59589789b4dc47.tar.zst freebsd-ports-gnome-8783d3cfabcf1a1a85d8aaa5ca59589789b4dc47.zip |
emulators/i386-wine(-devel|-compholio): add BUNDLE_LIBS.
The i386-wine ports bundle their own (32-bit) libraries that cause pkg-1.5
issues. Since these libraries are under lib32 it does not cause issues
with other software.
Bump PORTREVISION [1] for the 32-bit side of the ports. The 64-bit side of
the ports will be bumped when new packages have been prepared.
Approved by: gerald@ [1]
Reported by: bapt@
Diffstat (limited to 'emulators/wine-devel')
-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 4b72d0b58dc8..a6f844cecfb9 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.7.40 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ |