diff options
author | dbn <dbn@FreeBSD.org> | 2016-03-22 14:25:43 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-03-22 14:25:43 +0800 |
commit | cc2b7971a8aa5c806a4419721d0569113c52dbb4 (patch) | |
tree | 4462445a6965e100d9463f49391891390fbe8a28 /emulators | |
parent | 3261a5c7bd2bf314757a99935fdedc2c792b1ad2 (diff) | |
download | freebsd-ports-gnome-cc2b7971a8aa5c806a4419721d0569113c52dbb4.tar.gz freebsd-ports-gnome-cc2b7971a8aa5c806a4419721d0569113c52dbb4.tar.zst freebsd-ports-gnome-cc2b7971a8aa5c806a4419721d0569113c52dbb4.zip |
emulators/wine-staging: add missing dependency.
Add a missing dependency on libtxc_dxtn.so (provided by graphics/s2tc).
PORTREVISION is not bumped (despite policy) for the following reasons:
- Bumping PORTREVISION just for the slave port wine-staging is likely to
result in human error later on (i.e. it will cause issues if wine-devel
needs a bump, or an update).
- Bumping both wine-devel and wine-staging is overkill.
- The port is newly updated likely to catch most builds with this update
- The port is updated every two weeks, so everyone gets the improvement
quickly enough.
- This change will be in the i386-wine-staging update.
PR: 208162
Reported by: Mickael Maillot <mickael.maillot@gmail.com>
Approved by: gerald@
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 85f477cc28f0..8c6403c69bb7 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -90,6 +90,8 @@ MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal +STAGING_LIB_DEPENDS= libtxc_dxtn.so:${PORTSDIR}/graphics/s2tc + V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:${PORTSDIR}/multimedia/libv4l |