aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-02 06:21:20 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-02 06:21:20 +0800
commitc9caf106d51bd94567b15a990104282b494bbbac (patch)
treed85fdb63a74479618678cbf4eb93854efffe728d /emulators
parent30b53e1431061cba5d6daaa292efc66a5d2ff8fc (diff)
downloadfreebsd-ports-gnome-c9caf106d51bd94567b15a990104282b494bbbac.tar.gz
freebsd-ports-gnome-c9caf106d51bd94567b15a990104282b494bbbac.tar.zst
freebsd-ports-gnome-c9caf106d51bd94567b15a990104282b494bbbac.zip
Prevent some ports to provide bundled libraries
Bump port revision PR: 193592
Diffstat (limited to 'emulators')
-rw-r--r--emulators/i386-wine-devel/Makefile.inc2
-rw-r--r--emulators/i386-wine/Makefile.inc3
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc
index ef77f70b4381..fe14d5db940f 100644
--- a/emulators/i386-wine-devel/Makefile.inc
+++ b/emulators/i386-wine-devel/Makefile.inc
@@ -3,6 +3,7 @@
PORTNAME= wine
PORTVERSION= 1.7.27
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -39,6 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine
USES= tar:xz
+BUNDLE_LIBS= yes
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel
diff --git a/emulators/i386-wine/Makefile.inc b/emulators/i386-wine/Makefile.inc
index 3f2c60588917..c9be9e84634c 100644
--- a/emulators/i386-wine/Makefile.inc
+++ b/emulators/i386-wine/Makefile.inc
@@ -3,7 +3,7 @@
PORTNAME= wine
PORTVERSION= 1.6.2
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -38,6 +38,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine
USES= tar:xz
+BUNDLE_LIBS= yes
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono