View | Details | Raw Unified | Return to bug 258582
Collapse All | Expand All

(-)b/emulators/winetricks/Makefile (+3 lines)
Lines 8-13 COMMENT= Easy way to work around problems in Wine Link Here
8
LICENSE=	LGPL21
8
LICENSE=	LGPL21
9
LICENSE_FILE=	${WRKSRC}/COPYING
9
LICENSE_FILE=	${WRKSRC}/COPYING
10
10
11
ONLY_FOR_ARCHS=	amd64 i386
12
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
13
11
RUN_DEPENDS=	cabextract:archivers/cabextract
14
RUN_DEPENDS=	cabextract:archivers/cabextract
12
15
13
USES=		perl5
16
USES=		perl5
(-)a/emulators/winetricks/pkg-message (-11 lines)
Removed Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
The winetricks port requires a 32 bit version of Wine
5
6
Please install one of the following packages:
7
 wine or wine-devel on i386
8
 i386-wine or i386-wine-devel on amd64
9
EOM
10
}
11
]

Return to bug 258582