diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-02 06:21:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-02 06:21:20 +0800 |
commit | d74ad451f544dd337042e97a6b9577804ffc9e0b (patch) | |
tree | d85fdb63a74479618678cbf4eb93854efffe728d /emulators | |
parent | 0afa0a2eacfe1cd65444d6f830febfd2b5cd9d4c (diff) | |
download | freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.tar.gz freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.tar.zst freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.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.inc | 2 | ||||
-rw-r--r-- | emulators/i386-wine/Makefile.inc | 3 |
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 |