diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-10 19:19:56 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-10 19:19:56 +0800 |
commit | 59b5fe9383035793233699055e9ce1a5abcf3e80 (patch) | |
tree | 2cb5e067732538c245edeac6a6b70103e771e10f /emulators | |
parent | c5ddcd4c2b09fecd091431d8300be193c0e5014d (diff) | |
download | freebsd-ports-gnome-59b5fe9383035793233699055e9ce1a5abcf3e80.tar.gz freebsd-ports-gnome-59b5fe9383035793233699055e9ce1a5abcf3e80.tar.zst freebsd-ports-gnome-59b5fe9383035793233699055e9ce1a5abcf3e80.zip |
Hand over maintainership to salvadore@ (from the vanilla ports@).
Fix the optional dependency on emulators/wine-gecko-devel which is
now at version 2.47.1. This is the equivalent of revision 520954
for emulators/i386-wine.
PR: 238081
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/i386-wine-devel/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc index de506c663681..c4db4516f004 100644 --- a/emulators/i386-wine-devel/Makefile.inc +++ b/emulators/i386-wine-devel/Makefile.inc @@ -13,7 +13,7 @@ DISTNAME= ${PKGNAME} EXTRACT_SUFX= .txz DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= salvadore@FreeBSD.org COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD LICENSE= LGPL21 LGPL3 @@ -43,7 +43,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz desktop-file-utils BUNDLE_LIBS= yes -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel # Included for OPSYS and OSVERSION |