diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-05-06 21:53:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-05-06 21:53:25 +0000 |
commit | f8506c9520790ae501e341e3b3020443741e188d (patch) | |
tree | cb6d5ff8ce8e1d920300c0c9df05f0c1f4f26d42 /emulators/wine-devel | |
parent | db260cf225da7ac74931895423a6fdd050683eed (diff) | |
download | ports-f8506c9520790ae501e341e3b3020443741e188d.tar.gz ports-f8506c9520790ae501e341e3b3020443741e188d.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 29989bd5c9e5..78d3703a2611 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 5.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -24,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ LIB_DEPENDS= libFAudio.so:audio/faudio \ libxml2.so:textproc/libxml2 -USES= bison desktop-file-utils gmake localbase shebangfix tar:xz +USES= bison desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz CONFLICTS_INSTALL= wine-[0-9]* i386-wine-[0-9]* i386-wine-devel-[0-9]* @@ -113,7 +114,6 @@ V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l VKD3D_CONFIGURE_WITH= vkd3d -VKD3D_USES= pkgconfig VKD3D_LIB_DEPENDS= libvkd3d.so:graphics/vkd3d VULKAN_CONFIGURE_WITH= vulkan |