View | Details | Raw Unified | Return to bug 238081 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/i386-wine-devel/Makefile.inc (-2 / +2 lines)
Lines 13-19 Link Here
13
EXTRACT_SUFX=	.txz
13
EXTRACT_SUFX=	.txz
14
DIST_SUBDIR=	freebsd:${OSREL:C/\..*//}:x86:64
14
DIST_SUBDIR=	freebsd:${OSREL:C/\..*//}:x86:64
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	dbn@FreeBSD.org
17
COMMENT?=	32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
17
COMMENT?=	32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
18
18
19
LICENSE=        LGPL21 LGPL3
19
LICENSE=        LGPL21 LGPL3
Lines 43-49 Link Here
43
USES=		tar:xz desktop-file-utils
43
USES=		tar:xz desktop-file-utils
44
BUNDLE_LIBS=	yes
44
BUNDLE_LIBS=	yes
45
45
46
GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
46
GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko-devel
47
MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
47
MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
48
48
49
# Included for OPSYS and OSVERSION
49
# Included for OPSYS and OSVERSION
(-)emulators/wine-mono/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
EXTRACT_SUFX=	.msi
8
EXTRACT_SUFX=	.msi
9
EXTRACT_ONLY=
9
EXTRACT_ONLY=
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	salvadore@FreeBSD.org
12
COMMENT=	Mono .NET implementation for Wine development branch (HTML support)
12
COMMENT=	Mono .NET implementation for Wine development branch (HTML support)
13
13
14
LICENSE=	MIT GPLv2 LGPL20
14
LICENSE=	MIT GPLv2 LGPL20
(-)emulators/wine-mono-devel/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
EXTRACT_SUFX=	.msi
9
EXTRACT_SUFX=	.msi
10
EXTRACT_ONLY=
10
EXTRACT_ONLY=
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	salvadore@FreeBSD.org
13
COMMENT=	Mono .NET implementation for Wine development branch (HTML support)
13
COMMENT=	Mono .NET implementation for Wine development branch (HTML support)
14
14
15
LICENSE=	MIT GPLv2 LGPL20
15
LICENSE=	MIT GPLv2 LGPL20

Return to bug 238081